Skip to content
Snippets Groups Projects
Verified Commit 22aab050 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix CI cache

parent f7ed84ac
No related branches found
No related tags found
No related merge requests found
Pipeline #63046 passed
......@@ -40,6 +40,8 @@ Julia 1.8:
extends:
- .script
- .coverage
cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
Julia 1.9:
image: docker.km3net.de/base/julia:1.9
......@@ -47,6 +49,27 @@ Julia 1.9:
extends:
- .script
- .coverage
cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
Julia 1.10:
image: git.km3net.de:4567/common/dockerfiles/base/julia:1.10
stage: test
extends:
- .script
- .coverage
cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
Julia 1.11:
image: git.km3net.de:4567/common/dockerfiles/base/julia:1.11
stage: test
extends:
- .script
- .coverage
cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
docs:
image: docker.km3net.de/base/julia:1.9-tex
......@@ -67,3 +90,5 @@ docs:
using NeRCA
doctest(NeRCA)
include("docs/make.jl")'
cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment