diff --git a/.gitlab/build.yml b/.gitlab/build.yml
index 22931bfc7b4f074dacc39af50eed9a80437c504e..f2b8f80ad5e943017347925f3143d81d9eb1942c 100644
--- a/.gitlab/build.yml
+++ b/.gitlab/build.yml
@@ -50,16 +50,16 @@ build_starpu_simgrid:
     BUILD_OPTIONS: "-DCHAMELEON_SIMULATION=ON -DCHAMELEON_USE_CUDA=ON -DCHAMELEON_USE_MPI=OFF"
     VERSION: starpu_simgrid
 
-build_starpu_macosx:
-  extends: .only-merge-request
-  stage: build
-  tags: ['macosx']
-  variables:
-    VERSION: starpu
-  script:
-    - tools/build_macosx.sh
-  artifacts:
-    name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
-    expire_in: 2 days
-    untracked: true
-    when: always
+# build_starpu_macosx:
+#   extends: .only-merge-request
+#   stage: build
+#   tags: ['macosx']
+#   variables:
+#     VERSION: starpu
+#   script:
+#     - tools/build_macosx.sh
+#   artifacts:
+#     name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
+#     expire_in: 2 days
+#     untracked: true
+#     when: always
diff --git a/.gitlab/test_starpu.yml b/.gitlab/test_starpu.yml
index 251204f0b8e91c962afdb0d2efd7ebde11b3d29d..c22c4bd553c691233f1561bfc8a9c44582b3f452 100644
--- a/.gitlab/test_starpu.yml
+++ b/.gitlab/test_starpu.yml
@@ -78,20 +78,20 @@ test_starpu_mpi_z:
     PRECISION: z
     TESTS_RESTRICTION: "-R \"_${CATEGORY}_${PRECISION}\""
 
-test_starpu_shm_s_macosx:
-  extends: .only-merge-request
-  stage: test
-  tags: ['macosx']
-  needs: [build_starpu_macosx]
-  dependencies: [build_starpu_macosx]
-  variables:
-    VERSION: starpu
-  script:
-    - cd build-starpu && ctest --no-compress-output -R test_shm_s -T Test --output-junit ../chameleon_macosx.junit | tee -a ../chameleon_macosx.log
-  artifacts:
-    name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
-    expire_in: 2 days
-    untracked: true
-    when: always
-    reports:
-      junit: chameleon_macosx.junit
+# test_starpu_shm_s_macosx:
+#   extends: .only-merge-request
+#   stage: test
+#   tags: ['macosx']
+#   needs: [build_starpu_macosx]
+#   dependencies: [build_starpu_macosx]
+#   variables:
+#     VERSION: starpu
+#   script:
+#     - cd build-starpu && ctest --no-compress-output -R test_shm_s -T Test --output-junit ../chameleon_macosx.junit | tee -a ../chameleon_macosx.log
+#   artifacts:
+#     name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
+#     expire_in: 2 days
+#     untracked: true
+#     when: always
+#     reports:
+#       junit: chameleon_macosx.junit