aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThéo Zimmermann2020-05-18 18:55:59 +0200
committerJim Fehrle2020-05-18 19:39:30 -0700
commit7cac115647723f8261b7aabf8094572227b25c43 (patch)
treee2ddd94a23be87609d83de4aee280802e3c2319d /.gitlab-ci.yml
parent2222e455f0501b700f198ab614d8743229062f73 (diff)
Bump minimal versions of refman dependencies.
Fixes #11936. Co-authored-by: Jim Fehrle <jfehrle@sbcglobal.net>
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 f26804e120..fc0cdebcf0 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-V2020-05-06-V70"
+ CACHEKEY: "bionic_coq-V2020-05-18-V3"
IMAGE: "$CI_REGISTRY_IMAGE:$CACHEKEY"
# By default, jobs run in the base switch; override to select another switch
OPAM_SWITCH: "base"