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

Update .gitlab-ci.yml

parent 4277efb3
Branches
Tags
No related merge requests found
...@@ -6,4 +6,6 @@ test-3.4: ...@@ -6,4 +6,6 @@ test-3.4:
script: script:
#- python3 setup.py test #- python3 setup.py test
- python3 -m coverage run ./tests/run_pytest.py - python3 -m coverage run ./tests/run_pytest.py
- python3 -m coverage report - rc=$?
\ No newline at end of file - python3 -m coverage report
- exit $rc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment