aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-08-18 12:40:16 +0200
committerGaëtan Gilbert2020-08-18 12:40:16 +0200
commit5a77616b0997190c1a21469b7ddc659214a8aacc (patch)
treea1a05eeccc18caa64f67f0362e505a3885c4a5c0 /.gitlab-ci.yml
parent2431bb8aa58f572104683491bb7c534ebaaf45d8 (diff)
Dockerfile: Update ounit
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 32b05ec746..ffe0524639 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-07-21-V38"
+ CACHEKEY: "bionic_coq-V2020-08-18-V29"
IMAGE: "$CI_REGISTRY_IMAGE:$CACHEKEY"
# By default, jobs run in the base switch; override to select another switch
OPAM_SWITCH: "base"