@ -2,11 +2,13 @@ stages:
- build
- test
before_script:
- ./bootstrap
- ./configure --enable-gcov
build:
stage: build
script:
- make
test: