diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11583a2..494cd62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,15 @@ +stages: + - build + - test + build: + stage: build script: - ./bootstrap - ./configure --enable-gcov - make + +test: + stage: test + script: - make coverage-html