diff options
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a591c7..2063318 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,5 +12,4 @@ tests: script: - python3 --version - pipenv install - - pipenv run pytest - + - pipenv run pytest -vv -s |