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