aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEnrico Tassi2020-02-28 17:22:16 +0100
committerEmilio Jesus Gallego Arias2020-03-01 13:58:46 -0500
commitfb39b066bfd92b2f47a4519f817c860ed6b2a005 (patch)
treeffa8f2e8647ae75d6380bc93c4e25c373f1aa886 /.gitlab-ci.yml
parented8ac4195c89ee14d03c80e1d9d3f66665573cbf (diff)
[ci] bump dune to 2.0.1 due to upstream problems
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4fdbe6e818..ffefca93df 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ stages:
variables:
# Format: $IMAGE-V$DATE [Cache is not used as of today but kept here
# for reference]
- CACHEKEY: "bionic_coq-V2019-12-08-V82"
+ CACHEKEY: "bionic_coq-V2019-03-01-V33"
IMAGE: "$CI_REGISTRY_IMAGE:$CACHEKEY"
# By default, jobs run in the base switch; override to select another switch
OPAM_SWITCH: "base"