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:
authorYann Leboulanger <asterix@lagaule.org>2017-08-09 23:09:01 +0300
committerYann Leboulanger <asterix@lagaule.org>2017-08-09 23:09:01 +0300
commit44a29e7a50eabf3f938b5791dce0ed80a7591a6a (patch)
treedd8b2f052e1a460f52ed7ec3344c4c78ba30e51e /.gitlab-ci.yml
parent9ec14d35cba0c73fa8d5fa0ca88fcb77b9da33cb (diff)
make tests run without gui
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index db8c0b08b..03b6fc109 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ run-test:
stage: test
script:
- ./autogen.sh
- - make test
+ - make test_nogui
run-build:
stage: build