diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a47bfc2bc6ffed094b97a1f8acd9dfebcb7d994c..5869cd9b24cfa6f9e7381c4dee188721eeacfac0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,4 @@ test-3.4: image: mmpe/wetb script: #- python3 setup.py test - - python3 -m coverage run ./tests/run_pytest.py - - rc=$? - - python3 -m coverage report - - exit $rc + - python3 -m coverage run ./tests/run_pytest.py && python3 -m coverage report