stages: - build - test build-job: stage: build script: - echo "in build" test-job: stage: test script: - echo "in test"