diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16a68d773bcef35abc592e3bdba0a9faa2e1df6a..07730bae9462e51f29dc0a88800d18d003728ed6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,15 +39,15 @@ build-coq.8.12.0: variables: OPAM_PINS: "coq version 8.12.0" DENY_WARNINGS: "1" + OPAM_PKG: "coq-stdpp" + DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" + tags: + - fp-timing build-coq.8.11.2: <<: *template variables: OPAM_PINS: "coq version 8.11.2" - OPAM_PKG: "coq-stdpp" - DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" - tags: - - fp-timing build-coq.8.10.2: <<: *template