image: alpine stages: - test - build test: stage: test script: echo "Running tests" build: stage: build script: echo "Building the app"