diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20c9888c28a71275eb86cfb40545346524e08792..87589c57796fea6a5fee70f7f05bb5a5f412de3c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"));