image: jenswet/gcc-cmake-gcovr stages: - build build-gcc: stage: build script: - mkdir build - cd build - cmake .. - make -j2 - make test