diff options
| author | coqbot-app[bot] | 2020-08-25 10:54:19 +0000 |
|---|---|---|
| committer | GitHub | 2020-08-25 10:54:19 +0000 |
| commit | ba3ff67b1b680a7deb3fddacb7134d5e38228602 (patch) | |
| tree | ed6810a57b6309fcf68f7a13be51631fb9284d9e /.gitlab-ci.yml | |
| parent | a4428859baffc7d71eebe62b78456e088785ef09 (diff) | |
| parent | 5a77616b0997190c1a21469b7ddc659214a8aacc (diff) | |
Merge PR #12798: Change OUnit package name to ounit2.
Reviewed-by: ejgallego
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ffd87d4951..49608fd259 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" |
