diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4434811b599f35cf6c6f9b1ee9f3f44de26d666d..bdabb5602e6469b52c79d033440bdd8f204edd96 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,3 +4,12 @@ include:
     file: templates/pre-commit.yml
   - project: shore/ci-templates
     file: templates/docker.yml
+
+stages:
+  - test
+  - build
+  - deploy
+
+build:
+  extends: .compose-build
+  tags: [host01.shore.co.il]