diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9439fb1..3882e74 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ variables: build: stage: build tags: - - runner_tars + - runner_tars_1 script: - make build only: @@ -20,7 +20,7 @@ build: check: stage: check tags: - - runner_tars + - runner_tars_1 script: - make check only: @@ -30,7 +30,7 @@ check: publish: stage: publish tags: - - runner_tars + - runner_tars_1 script: - make login-aws - make publish @@ -41,7 +41,7 @@ publish: deploy: stage: deploy tags: - - runner_tars + - runner_tars_1 script: - make deploy-ci only: