From d2bd5ea92db1c2758705780e37c06216e1ea52f9 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 26 Mar 2021 22:02:59 +0300
Subject: [PATCH] Pull during the build stage.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 02e5158..6fb7498 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,11 +12,15 @@ stages:
 
 build:
   extends: .compose-build
-  tags: [host01.shore.co.il]
+  tags: &tags [host01.shore.co.il]
   variables:
     DOCKER_BUILDKIT: ""
     COMPOSE_DOCKER_CLI_BUILD: ""
 
+pull:
+  extends: .compose-pull
+  tags: *tags
+
 run:
   extends: .compose-run
-  tags: [host01.shore.co.il]
+  tags: *tags
-- 
GitLab