From 87135ffc5c7fba240dbf8f8e27e30eb606284d01 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 6 Apr 2018 19:16:53 +0200 Subject: [PATCH] move OPAM_PKG to the 8.8+beta1 job as that one is spawned first --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f1d5cc50..7870eca8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,6 +43,8 @@ build-coq.8.8+beta1: variables: OPAM_PINS: "coq version 8.8+beta1" VALIDATE: "1" + OPAM_PKG: "coq-iris" + OPAM_PKG_BRANCH: "gen_proofmode" TIMING_PROJECT: "iris" TIMING_CONF: "coq-8.8+beta1" tags: @@ -52,8 +54,6 @@ build-coq.8.7.2: <<: *template variables: OPAM_PINS: "coq version 8.7.2" - OPAM_PKG: "coq-iris" - OPAM_PKG_BRANCH: "gen_proofmode" TIMING_PROJECT: "iris" TIMING_CONF: "coq-8.7.2" tags: -- GitLab