Update .gitlab-ci.yml file

This commit is contained in:
Connor Johnstone
2021-08-25 21:35:44 +00:00
parent fe627515dc
commit 04ed820fad

7
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,7 @@
stages:
- test
unit-test-job:
stage: test
script:
- julia --project=julia/Project.toml -E 'using Pkg; Pkg.test()'