aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-06-14 14:01:06 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-06-14 14:01:06 +0200
commit1098604f599aa9aae9f07cf4960f41ef34f865e5 (patch)
treefcd427e5aa69b0cad3ba3c2c2919cbb2702353ad /.gitlab-ci.yml
parent0e6c8117f5e62f689deda9de2ce044ec11ac9381 (diff)
parent1b8eb591b9154e2c40cdac12299e570e0fff138f (diff)
Merge PR #7793: [ci] update docker image to include elpi 1.0.4
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 06db0b7b7..971a281ea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ stages:
variables:
# Format: $IMAGE-V$DATE [Cache is not used as of today but kept here
# for reference]
- CACHEKEY: "bionic_coq-V2018-06-04-V2"
+ CACHEKEY: "bionic_coq-V2018-06-13-V1"
IMAGE: "$CI_REGISTRY_IMAGE:$CACHEKEY"
# By default, jobs run in the base switch; override to select another switch
OPAM_SWITCH: "base"