stages: - build - test build: stage: build script: - cmake . && make test: stage: test script: - cmake . && make tests