diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1d6287208aef4ce5897d6e7a325712cfdc1eaba..a7fcd3876107067b7dbdf5501a71f1086605848e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,5 +5,5 @@ test-3.4: image: mmpe/wetb script: - python3 setup.py test - - coverage3 run ./tests/run_pytest.py - - coverage3 report -m \ No newline at end of file + # - coverage3 run ./tests/run_pytest.py + # - coverage3 report -m \ No newline at end of file