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

Re-enable tests

parent 91757024
No related branches found
No related tags found
1 merge request!8Fix CI
......@@ -34,19 +34,19 @@ before_script:
using Printf
@printf "Test coverage %.2f%%\n" 100c / t'
# Julia 1.6:
# image: docker.km3net.de/base/julia:1.6
# stage: test
# extends:
# - .script
# - .coverage
Julia 1.6:
image: docker.km3net.de/base/julia:1.6
stage: test
extends:
- .script
- .coverage
# Julia 1.8:
# image: docker.km3net.de/base/julia:1.8
# stage: test
# extends:
# - .script
# - .coverage
Julia 1.8:
image: docker.km3net.de/base/julia:1.8
stage: test
extends:
- .script
- .coverage
docs:
image: docker.km3net.de/base/julia:1.8
......
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