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: