From f1b009dc0ce2b50f45ec17284699d62e12752ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Apitzsch?= Date: Mon, 4 Sep 2017 22:29:22 +0200 Subject: [PATCH] Fix CI test execution --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 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