Trying again to get unzip installed
This commit is contained in:
@@ -4,5 +4,7 @@ stages:
|
||||
unit-test-job:
|
||||
stage: test
|
||||
script:
|
||||
- apt install unzip
|
||||
- apt-get update
|
||||
- apt-get upgrade
|
||||
- apt-get install unzip
|
||||
- julia --project=julia/Project.toml -E 'using Pkg; Pkg.test()'
|
||||
|
||||
Reference in New Issue
Block a user