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