diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f783d174fba7cc69f7d1659b1740f24c44b48ed..fe7ab1c2d19287807b6f36cc19f0818526ddee2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,12 +47,13 @@ before_script: - coordinator_tests=$CI_PROJECT_DIR/tests - export PYTHONPATH=$PYTHONPATH:$flagdir:$epimodel:$advisory:$met_processing:$met_processor:$plotting:$source_gen:$post_processing:$coordinator:$coordinator_tests -test: - script: - echo $PYTHONPATH - python3 -m unittest tests/unit/coordinator/example_test.py - cd $CI_PROJECT_DIR/tests/integration - ls ../ + +test: + script: - python3 -m unittest test_deposition.py - python3 -m unittest test_env_suit.py - python3 -m unittest test_survey.py