From 76a48c4897c55511666ccbffa189408cc6802309 Mon Sep 17 00:00:00 2001 From: Angah Desenvolvedores Date: Mon, 13 Jan 2025 15:11:13 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: