diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f00589f0be096c26805d608d48a4ee5a39422a1d..2328f97ed0c0aca12b58b62303313f5fdaebfb9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,13 +49,14 @@ before_script: - export PYTHONPATH=$PYTHONPATH:$flagdir:$epimodel:$advisory:$met_processing:$met_processor:$plotting:$source_gen:$post_processing:$coordinator:$coordinator_tests - echo $PYTHONPATH - - python3 -m unittest tests/unit/coordinator/example_test.py +# - python3 -m unittest tests/unit/coordinator/example_test.py - cd $CI_PROJECT_DIR/tests/integration - ls ../ test: script: - - python3 -m coverage run -m unittest test_deposition.py +# - python3 -m coverage run -m unittest test_deposition.py + - python3 -m unittest test_deposition.py # - python3 -m unittest test_env_suit.py # - python3 -m unittest test_survey.py # - python3 -m unittest test_advisory.py