From 2f8e2217e3dca1167525a8214ad0e9291433f423 Mon Sep 17 00:00:00 2001
From: Aliaksandr Ramanovich <aliaksandr_ramanovich1@epam.com>
Date: Tue, 4 Mar 2025 16:13:09 +0100
Subject: [PATCH] gc: fix containerize-gcr job

(cherry picked from commit 8d7c59e75441cbfb24f9976da87b5bb511731a65)
---
 devops/gc/pipeline/override-stages.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devops/gc/pipeline/override-stages.yml b/devops/gc/pipeline/override-stages.yml
index abe069c53..133cecb33 100644
--- a/devops/gc/pipeline/override-stages.yml
+++ b/devops/gc/pipeline/override-stages.yml
@@ -25,6 +25,9 @@ download_gc_plugins:
 gc-containerize-gitlab:
   needs: ["compile-and-unit-test", "download_gc_plugins"]
 
+gc-containerize-gcr:
+  needs: ["gc-compile-and-unit-test", "download_gc_plugins"]
+
 gc-test:
   variables:
     ENVIRONMENT: $GC_ENVIRONMENT
-- 
GitLab