stages: - test #- build #- deploy test: stage: test tags: ["build"] script: make test