diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 02e515841da0725944eafe1da8d63b39ee1e16bf..6fb7498b5d0ee15df7bea9d9e724aa8676d402e4 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