diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f5e1f43660597683d2b4a71b7da22e922782ed73..43dee043474dda71cc6f3abfc88fafb31cf0a494 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,7 @@
 default:
   image: $CI_REGISTRY_IMAGE
   tags: ['ci.inria.fr']
+  interruptible: true
 
 build:
   stage: build
diff --git a/modules/find/tests/CMakeLists.txt b/modules/find/tests/CMakeLists.txt
index 1d53e5e73d843f701ebc95e47b92005f146a6def..abfbe1ddb16a05018cd908c02d7b4093a51772e4 100644
--- a/modules/find/tests/CMakeLists.txt
+++ b/modules/find/tests/CMakeLists.txt
@@ -123,7 +123,6 @@ if (ENABLE_CTEST)
       CBLAS
       CPPCHECK
       # EZTRACE # not installed yet, we should do it
-      # FABULOUS must give its Config.cmake
       FFTW
       FXT
       GTG
@@ -139,8 +138,7 @@ if (ENABLE_CTEST)
       # PAMPA # not compatible with openmpi 4
       PAPI
       PARMETIS
-      PARSEC
-      # PASTIX must give its Config.cmake
+      # PARSEC undefined reference to `pajeGetProcFile' on Ubuntu 24.04
       PETSC
       PTSCOTCH
       QUARK
@@ -148,7 +146,6 @@ if (ENABLE_CTEST)
       SCOTCH
       SIMGRID
       SLEPC
-      # SCALFMM must give its Config.cmake
       STARPU
       SUITESPARSE
       RT
diff --git a/modules/find/tests/run_ctest.sh b/modules/find/tests/run_ctest.sh
index 0a5fad1c857a58b798881f296b407909f401886d..09de848c582aebb5c9b0ad376bc978c8cef4e5d6 100755
--- a/modules/find/tests/run_ctest.sh
+++ b/modules/find/tests/run_ctest.sh
@@ -3,6 +3,6 @@ set -ex
 cmake -B build -S ./modules/find/tests \
                -DENABLE_CTEST=ON \
                -DLAPACKE_COMPONENTS="TMG" \
-               -DQUARK_COMPONENTS="HWLOC" \
-               -DCMAKE_PREFIX_PATH="$PARSEC_DIR"
+               -DQUARK_COMPONENTS="HWLOC"
+#               -DCMAKE_PREFIX_PATH="$PARSEC_DIR"
 ctest --test-dir build --no-compress-output --verbose --output-junit report.xml