diff options
| author | Gaëtan Gilbert | 2019-02-18 17:44:00 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-02-18 17:44:55 +0100 |
| commit | 1dd6403786831ba4017ffef2d6f0090d53b3a2f6 (patch) | |
| tree | 4cbeabd054eb221f8e5316c7a01b420dfe867a2b | |
| parent | 77b454e5ab8698f0d87bdf2eb32b48ab998ba590 (diff) | |
CI: fix trunk jobs switch picking
After #9590
Instead of this we could override before_script, either duplicating the debug
prints or just not doing debug prints for the trunk jobs.
| -rw-r--r-- | .gitlab-ci.yml | 4 |
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 |
