stages: - build - test build: stage: build script: - ./bootstrap - ./configure --enable-gcov - make test: stage: test script: - make coverage-html