aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEnrico Tassi2020-11-26 10:10:04 +0100
committerEnrico Tassi2020-11-26 11:26:59 +0100
commitf3f813a11ac70950d2f5938728bbb337d7873b44 (patch)
treebac0317bf8c2c3bec7fb04d0de1d5b07a4a9b35b /.gitlab-ci.yml
parent02a04a2a98cc20c83f8465ab992e39ce4380f94e (diff)
[ci] bump elpi to 1.12.0
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 6b58676af0..875f713a1c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ stages:
variables:
# Format: $IMAGE-V$DATE [Cache is not used as of today but kept here
# for reference]
- CACHEKEY: "bionic_coq-V2020-11-24-V91"
+ CACHEKEY: "bionic_coq-V2020-11-26-V92"
IMAGE: "$CI_REGISTRY_IMAGE:$CACHEKEY"
# By default, jobs run in the base switch; override to select another switch
OPAM_SWITCH: "base"