From ee5e4a664093a352a4a135bca862bfd85681ea8e Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Fri, 24 Mar 2023 09:58:18 +0100
Subject: [PATCH] Add macosx ci tests during merge requests

---
 .gitlab/build.yml       | 2 +-
 .gitlab/test_starpu.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab/build.yml b/.gitlab/build.yml
index dff1db4cb..d6e8941f3 100644
--- a/.gitlab/build.yml
+++ b/.gitlab/build.yml
@@ -51,7 +51,7 @@ build_starpu_simgrid:
     VERSION: starpu_simgrid
 
 build_starpu_macosx:
-  extends: .only-master
+  extends: .only-branches
   stage: build
   tags: ['macosx']
   variables:
diff --git a/.gitlab/test_starpu.yml b/.gitlab/test_starpu.yml
index c0ec2c9ac..21fd6611d 100644
--- a/.gitlab/test_starpu.yml
+++ b/.gitlab/test_starpu.yml
@@ -79,7 +79,7 @@ test_starpu_mpi_z:
     TESTS_RESTRICTION: "-R \"_${CATEGORY}_${PRECISION}\""
 
 test_starpu_shm_s_macosx:
-  extends: .only-master
+  extends: .only-branches
   stage: test
   tags: ['macosx']
   needs: [build_starpu_macosx]
@@ -94,4 +94,4 @@ test_starpu_shm_s_macosx:
     expire_in: 2 days
     when: always
     reports:
-      junit: chameleon_macosx.junit
\ No newline at end of file
+      junit: chameleon_macosx.junit
-- 
GitLab