CI: Make test verbose

This commit is contained in:
André Apitzsch 2018-11-17 11:19:33 +01:00
parent 5c0ff1de9f
commit dd0b7260b4
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