stages: - test #- build #- deploy test: stage: test tags: ["build"] script: make test artifacts: paths: - env.vanilla expire_in: 1 hour