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

Update .gitlab-ci.yml

parent a799180e
No related branches found
No related tags found
No related merge requests found
......@@ -34,21 +34,21 @@ before_script:
@printf "Test coverage %.2f%%\n" 100c / t'
Julia 1.6:
image: julia:1.6
image: docker.km3net.de/base/julia:1.6
stage: test
extends:
- .script
- .coverage
Julia 1.8:
image: julia:1.8
image: docker.km3net.de/base/julia:1.8
stage: test
extends:
- .script
- .coverage
docs:
image: julia:1.6
image: docker.km3net.de/base/julia:1.8
stage: docs
script:
- |
......
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