From 7bf8da9ac7593135e35812a9a2c2d9f805207427 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 12 Oct 2024 18:28:04 +0300
Subject: [PATCH] Another GitLab CI fix.

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e01beef..c1b57c7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,10 +12,10 @@ stages:
   - build
   - deploy
 
-build:
+docker-build:
   extends: .docker-build-shore
   tags: [ns4.shore.co.il]
 
-push:
+docker-push:
   extends: .docker-push
   tags: [ns4.shore.co.il]
-- 
GitLab