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