diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97c0c2f..7da9a14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ stages: test: stage: test + tags: ["shell"] script: make test artifacts: paths: @@ -13,6 +14,7 @@ test: build: stage: build + tags: ["shell"] script: - mv env.vanilla env - make prod @@ -39,6 +41,7 @@ build: publish: stage: publish + tags: ["shell"] script: # publish build to Salt Master - sudo /opt/salt-call-put-artifacts-onto-salt-master.sh