Something went wrong on our end
-
Martin Beseda authored
FIX: Added script 'run_tests.sh for running all tests together and implemented this into .gitlab-ci.yml
Martin Beseda authoredFIX: Added script 'run_tests.sh for running all tests together and implemented this into .gitlab-ci.yml
.gitlab-ci.yml 148 B
before_script:
- apt-get update
- apt-get install -y -qq make gfortran
- make -j 4
- make
run_tests:
script: "./run_tests.sh"