diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fcfe0a2ecbf112277ff8f65d8eb2806c02978ca5..a5e63b346ba22b18423ac9c2fd8172f2b9d364ee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,8 +12,12 @@ stages:
 
 build:
   extends: .compose-build
-  tags: [host01.shore.co.il]
+  tags: &tags [host01.shore.co.il]
+
+pull:
+  extends: .compose-pull
+  tags: *tags
 
 run:
   extends: .compose-run
-  tags: [host01.shore.co.il]
+  tags: *tags