aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-12-02 23:32:09 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-12-02 23:32:09 +0100
commit81e0095732d54f949ae7dc36f8fe629cde6d7569 (patch)
treec68b589c08b21942c5f08bb184aaa2694076b52b /.gitlab-ci.yml
parentb49584adce27ae3ded3a746545650147b0f7603e (diff)
downloadfuzzycat-81e0095732d54f949ae7dc36f8fe629cde6d7569.tar.gz
fuzzycat-81e0095732d54f949ae7dc36f8fe629cde6d7569.zip
ci: run verbose tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
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