aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 575fe7581f..45e3052e40 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,11 +23,9 @@ before_script:
build:
script:
- - "sh autogen.sh && ./configure && make && make install"
-
-test:
- script:
- - "make test-full-online"
+ - "sh autogen.sh && ./configure && make"
+ - "make check"
+ - "make install"
update:
script: