diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0d54be..9f9cf72 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,11 +7,15 @@ before_script: - ./configure --enable-gcov build: - stage: build + stage: + - build + - test script: - make test: - stage: test + stage: + - build + - test script: - make coverage-html