Skip to content
Snippets Groups Projects
Commit 647841f0 authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

Update .gitlab-ci.yml

parent 21dc8191
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment