From c43ae7f36ca56ce80d3ea0dcd0ede3788d305ad1 Mon Sep 17 00:00:00 2001 From: Paolo Brasolin <paolo.brasolin@gmail.com> Date: Mon, 2 May 2022 19:00:21 +0200 Subject: [PATCH] Revert "ci: of course the project is now disabled on shared runners" This reverts commit 7fcef74225f363797ceee9824f7d659a54fea229. --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76f2718..5b94a97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,8 +13,8 @@ stages: .node-job: &node-job image: node:16-alpine - # tags: - # - shared + tags: + - shared only: - pushes @@ -232,8 +232,8 @@ stg-fe-deploy-job: needs: - job: build-be-job artifacts: false - # tags: - # - shared + tags: + - shared variables: IMAGE_NAME: $CI_REGISTRY_IMAGE/backend before_script: -- GitLab