aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-02-18 19:37:41 +0100
committerEmilio Jesus Gallego Arias2019-02-18 19:37:41 +0100
commit69f219cdcddc10823d52ffa1ea9503254e48bce4 (patch)
treefa3ad49134db01a4c0c074ade4fc7c17584689b2
parentfcc3ee5d3eed4703e88fc1a2f07006130b61d006 (diff)
parent1dd6403786831ba4017ffef2d6f0090d53b3a2f6 (diff)
Merge PR #9600: CI: fix trunk jobs switch picking
Reviewed-by: ejgallego
-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