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