Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Apitzsch <git@apitzsch.eu>2017-09-04 23:29:22 +0300
committerAndré Apitzsch <git@apitzsch.eu>2017-09-22 20:12:26 +0300
commitf1b009dc0ce2b50f45ec17284699d62e12752ac0 (patch)
treecbf38a627e52a71e3511644ad400de89a5ec8ee0 /.gitlab-ci.yml
parent789b73fd951f7c2e37a6607aefd244eb6e4c68be (diff)
Fix CI test execution
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 9eba27b63..9dab67c69 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,8 +9,7 @@ stages:
run-test:
stage: test
script:
- - ./autogen.sh
- - make test_nogui
+ - test/runtests.py -n
run-pylint:
stage: test