aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f5a5d6d45a..f8278fa1f5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -436,7 +436,7 @@ test-suite:edge+trunk+make:
- make -j "$NJOBS" world
- make -j "$NJOBS" test-suite UNIT_TESTS=
variables:
- OPAM_SWITCH: edge
+ OPAM_SWITCH: base
artifacts:
name: "$CI_JOB_NAME.logs"
when: always
@@ -462,7 +462,7 @@ test-suite:edge+trunk+dune:
- export COQ_UNIT_TEST=noop
- dune runtest --profile=ocaml409
variables:
- OPAM_SWITCH: edge
+ OPAM_SWITCH: base
artifacts:
name: "$CI_JOB_NAME.logs"
when: always