diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12410c4c661d43d936e28c46fa31c650c03e7c54..c64b0da6d41da5f89a4c50e478644de73d370f07 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ test-3.4: image: mmpe/wetb script: #- python3 setup.py test - - python -m pytest --cov=wetb + - pip3 install pytest + - python3 -m pytest --cov=wetb tags: - python