diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e0eb79b..64735d49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ workflow: build_prod_mr: stage: build image: public.ecr.aws/docker/library/docker:27 - tags: [self-hosted-prod] + tags: [self-hosted-dev] rules: - if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "production"' variables: @@ -75,7 +75,7 @@ build_prod_mr: build_push_prod: stage: build image: public.ecr.aws/docker/library/docker:27 - tags: [self-hosted-prod] + tags: [self-hosted-dev] rules: - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "production"' variables: @@ -94,7 +94,7 @@ build_push_prod: update_gitops_prod_lti: stage: gitops image: public.ecr.aws/docker/library/alpine:3.20 - tags: [self-hosted-prod] + tags: [self-hosted-dev] rules: - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "production"' needs: ["build_push_prod"]