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