aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-05-22 12:05:06 +0200
committerGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-05-22 12:05:06 +0200
commitad8eaffd5f65f20f91c186214ce2e3a755418ff8 (patch)
tree426485ca90eeb94239b2cafbef134e79d301504d /.gitlab-ci.yml
parente07f69ca60423a3fc5a0654bb7a24b2889d1a4c1 (diff)
parent3b089a920181aa6b6b959fc13ac86383f1c48198 (diff)
Merge PR #7526: [circle] Use Docker image from Gitlab registry.
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 74d2620bd..4784f0db0 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-05-07-V2
+ CACHEKEY: "bionic_coq-V2018-05-07-V2"
IMAGE: "$CI_REGISTRY_IMAGE:$CACHEKEY"
# By default, jobs run in the base switch; override to select another switch
OPAM_SWITCH: "base"