diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7fcd3876107067b7dbdf5501a71f1086605848e..03a585734c5ee4377274a68ab3756ecda0efd92e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,6 @@ before_script: 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 + #- python3 setup.py test + - python3 -m coverage run ./tests/run_pytest.py + - python3 -m coverage report -m \ No newline at end of file