diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 727535b84e3c2764626e5baf9c2ced77c895e26a..ffde28d74b07e2356c14e3e90e28662b25065976 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ iris-coq8.6: - fp-timing script: # prepare - - . build/opam-ci.sh coq 8.6 coq-mathcomp-ssreflect 1.6.1 + - . build/opam-ci.sh coq 8.6.1 coq-mathcomp-ssreflect 1.6.1 - env | egrep '^(CI_BUILD_REF|CI_RUNNER)' > build-env.txt # build - 'time make -k -j$CPU_CORES TIMED=y 2>&1 | tee build-log.txt'