diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d036593..2e0acfa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: test: stage: test - tags: ["shell"] + tags: ["build"] script: make test artifacts: paths: @@ -15,7 +15,7 @@ test: build: stage: build - tags: ["shell"] + tags: ["build"] script: - mv env.vanilla env - make prod