diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6016f1d950daad3780d5910cbbca0739f84a15f3..8d490be7bf3492c6e5d3c5c901ff5b94b8a92722 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,6 +19,12 @@ build-ns4:
   only:
     - ns4
 
+pull-ns4:
+  extends: .compose-pull
+  tags: [ns4.shore.co.il]
+  only:
+    - ns4
+
 run-ns4:
   extends: .compose-run
   tags: [ns4.shore.co.il]
@@ -31,6 +37,12 @@ build-host01:
   only:
     - host01
 
+pull-host01:
+  extends: .compose-pull
+  tags: [host01.shore.co.il]
+  only:
+    - host01
+
 run-host01:
   extends: .compose-run
   tags: [host01.shore.co.il]
@@ -43,6 +55,12 @@ build-kodi:
   only:
     - kodi
 
+pull-kodi:
+  extends: .compose-pull
+  tags: [kodi.shore.co.il]
+  only:
+    - kodi
+
 run-kodi:
   extends: .compose-run
   tags: [kodi.shore.co.il]