Fix CI test execution

This commit is contained in:
André Apitzsch 2017-09-04 22:29:22 +02:00
parent 789b73fd95
commit f1b009dc0c
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@ stages:
run-test:
stage: test
script:
- ./autogen.sh
- make test_nogui
- test/runtests.py -n
run-pylint:
stage: test