stages: - test unit-test-job: timeout: 2h 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()' artifacts: paths: - julia/plots/nlp_test_1_phase.html - julia/plots/nlp_test_2_phase.html - julia/plots/nlp_test_5_phase.html - julia/plots/mbh_test_1_phase.html - julia/plots/mbh_test_2_phase.html - julia/plots/mbh_test_5_phase.html - julia/plots/plot_test_mission.html - julia/plots/plot_test_mission_guess.html - julia/plots/plot_test_path.html - julia/plots/plot_test_paths.html - julia/plots/plot_test_planet_move.html - julia/plots/plot_test_planet_no_move.html - julia/plots/plot_test_planet_solar_system.html expire_in: 10 weeks