aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-07-12 13:45:38 +0200
committerGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-07-12 13:45:38 +0200
commit31fce698ec8c3186dc6af49961e8572e81cab50b (patch)
tree9ea2905f1a91a800314c722a5004f358d83acdf7 /.gitlab-ci.yml
parentbd0a681350b1bc8947d6d7603dc6a9759f0c7897 (diff)
parentb8fef57225333c1f7fe685c6c483da731951939a (diff)
Merge PR #7871: [ci] Upgrade edge OCaml to 4.07.0 and Dune to 1.0.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 7c451af26..0ad68b508 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-07-02-V4"
+ CACHEKEY: "bionic_coq-V2018-07-11-V2"
IMAGE: "$CI_REGISTRY_IMAGE:$CACHEKEY"
# By default, jobs run in the base switch; override to select another switch
OPAM_SWITCH: "base"