diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76f271869ea66040ac5659c94a3df9236e267f47..5b94a97e00429af1dc2620b824668f17b05b0108 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: