stages: - build - test build: stage: build script: - git submodule init - git submodule update - mkdir build - cd build - cmake .. - make -j2 test: stage: test script: ctest