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

Fix CI

parent 47cb39b6
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@ before_script:
- mkdir -p /root/.ssh && ssh-keyscan -H -t rsa git.km3net.de >> /root/.ssh/known_hosts
.km3net_registry:
km3net_registry:
script:
- |
julia -e '
using Pkg
......@@ -17,7 +17,7 @@ before_script:
Pkg.Registry.add(RegistrySpec(url = "https://git.km3net.de/common/julia-registry"))'
.test_script:
test_script:
script:
- .km3net_registry
- |
julia --project=@. -e '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment