diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a6fa958b65b8d4cf5028bff528f4f7291863a139..7b4b35d4c37fbe91717448d7b397df9b75295e7d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,7 +45,7 @@ test_starpu_cuda_mpi:
       - chameleon_starpu_mpi.lcov
   script:
     - (cd build &&
-       ctest --no-compress-output -V -j 5
+       ctest --no-compress-output -V
              -R "test_shm_s|mpi_s"
              -D ExperimentalTest
              -D ExperimentalCoverage
@@ -90,7 +90,7 @@ test_starpu_simgrid:
   script:
     - source .gitlab-ci-env.sh simu
     - (cd build &&
-       ctest --no-compress-output -V -j 5
+       ctest --no-compress-output -V
             -D ExperimentalTest
             -D ExperimentalCoverage
             -D ExperimentalSubmit
@@ -130,7 +130,7 @@ test_quark:
       - chameleon_quark.lcov
   script:
     - (cd build &&
-       ctest --no-compress-output -V -j 5
+       ctest --no-compress-output -V
              -R "test_shm_s"
              -D ExperimentalTest
              -D ExperimentalCoverage