Skip to content
Snippets Groups Projects
Commit d2d5a7f4 authored by Anders Nilsson's avatar Anders Nilsson
Browse files

Update .gitlab-ci.yml

parent 397b4159
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -14,7 +14,7 @@
script:
# Let's run the tests. Substitute `coverage = false` below, if you do not
# want coverage results.
- /opt/julia/bin/julia -e 'Pkg.rm("LabConnections");Pkg.clone(pwd()); Pkg.test("LabConnections",coverage = false)'
- julia -e 'Pkg.rm("LabConnections");Pkg.clone(pwd()); Pkg.test("LabConnections",coverage = false)'
#- /opt/julia/bin/julia -e 'Pkg.update();Pkg.test("LabConnections", coverage = true)'
# Comment out below if you do not want coverage results.
#- /opt/julia/bin/julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("LabProcesses"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment