diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1c661a0ebfb6787bf1efeae42a5dc6ecff52d8e..8a89ec465b6e58ed50175a2709c373e9a60b7151 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -98,15 +98,15 @@ half_fat_tests: image: lb584/ews_coordinator:latest script: - - cd $CI_PROJECT_DIR/tests/unit/coordinator/ - - python3 -m coverage run -m unittest * - - python -m coverage report - - python -m coverage html -d $CI_PROJECT_DIR/coverage +# - cd $CI_PROJECT_DIR/tests/unit/coordinator/ +# - python3 -m coverage run -m unittest * +# - python -m coverage report +# - python -m coverage html -d $CI_PROJECT_DIR/coverage - cd $CI_PROJECT_DIR/tests/integration/partial/ - python3 -m coverage run -m unittest test_advisory.py - - python3 -m coverage run -m unittest test_deposition.py - - python3 -m coverage run -m unittest test_env_suit.py - - python3 -m coverage run -m unittest test_survey.py +# - python3 -m coverage run -m unittest test_deposition.py +# - python3 -m coverage run -m unittest test_env_suit.py +# - python3 -m coverage run -m unittest test_survey.py - python3 -m coverage report - python3 -m coverage html -d $CI_PROJECT_DIR/coverage - ls