CI: Make test verbose

This commit is contained in:
André Apitzsch 2018-11-17 11:19:33 +01:00 committed by Philipp Hörist
parent bc6068cdd8
commit 55eed7a5cf
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ stages:
run-test:
stage: test
script:
- python3 setup.py test -s test.no_gui -q
- python3 setup.py test -s test.no_gui
run-mypy:
stage: test