Update .gitlab-ci.yml

This commit is contained in:
Connor Johnstone
2021-08-25 22:01:30 +00:00
parent 2a9354208e
commit a1b5d8fcc5

View File

@@ -4,4 +4,5 @@ stages:
unit-test-job:
stage: test
script:
- apt install unzip
- julia --project=julia/Project.toml -E 'using Pkg; Pkg.test()'