Trying again to get unzip installed

This commit is contained in:
Connor
2021-08-25 16:06:09 -06:00
parent a1b5d8fcc5
commit 547737ef83

View File

@@ -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()'