summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 08fc107..c127bb7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -236,7 +236,7 @@ t:cuda9.2-nvidia:
- .run_dependent
- .needs_centos6_x86_64
variables:
- CMAKE_CI_JOB_NIGHTLY: "true"
+ CMAKE_CI_NO_MR: "true"
t:cuda10.2-nvidia:
extends:
@@ -255,7 +255,7 @@ t:cuda10.2-clang:
- .run_dependent
- .needs_centos6_x86_64
variables:
- CMAKE_CI_JOB_NIGHTLY: "true"
+ CMAKE_CI_NO_MR: "true"
t:hip4.2-radeon:
extends:
@@ -265,7 +265,7 @@ t:hip4.2-radeon:
- .run_dependent
- .needs_centos6_x86_64
variables:
- CMAKE_CI_JOB_NIGHTLY: "true"
+ CMAKE_CI_NO_MR: "true"
b:fedora35-ninja:
extends: