diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 464d06417f0a0521df6ec17077f3b5ba94a698d6..af7b4d382ebd59b2d77d040934b5328cc63f1b00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,5 +5,6 @@ test-3.4: image: mmpe/wetb script: #- python3 setup.py test - - python3 -m coverage run -m py.test & python3 -m coverage report + - pip3 install pytest-cov + - python3 -m python3 -m pytest --cov=wetb