Files
thesis/.gitlab-ci.yml
2021-08-25 16:26:32 -06:00

12 lines
226 B
YAML

stages:
- test
unit-test-job:
stage: test
script:
- apt-get update
- apt-get -y upgrade
- apt-get install -y unzip
- mkdir julia/plots
- julia --project=julia/Project.toml -E 'using Pkg; Pkg.test()'