diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac1d6b3..980c32b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,19 +8,16 @@ before_script: - ./configure --enable-gcov build: - stage: - - build + stage: build script: - make test: - stage: - - test + stage: test script: - make coverage-html dist: - stage: - - deploy + stage: deploy script: - make dist