diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 494cd62..f0d54be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,11 +2,13 @@ stages: - build - test +before_script: + - ./bootstrap + - ./configure --enable-gcov + build: stage: build script: - - ./bootstrap - - ./configure --enable-gcov - make test: