diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03a585734c5ee4377274a68ab3756ecda0efd92e..8ee8052ba73f70333610a23e3557eeb235d99ab7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,4 +6,4 @@ test-3.4: script: #- python3 setup.py test - python3 -m coverage run ./tests/run_pytest.py - - python3 -m coverage report -m \ No newline at end of file + - python3 -m coverage report \ No newline at end of file