diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f92da7b142f506a53baa2e4028ac3e501c5919d9..0017eccde8385b9b57149e8dad7ba5f989664384 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,3 +2,23 @@
 include:
   - project: shore/ci-templates
     file: templates/pre-commit.yml
+  - project: shore/ci-templates
+    file: templates/docker.yml
+
+stages:
+  - test
+  - build
+  - deploy
+
+build:
+  extends: .compose-build
+  tags: ["${CI_COMMIT_BRANCH}.shore.co.il"]
+  except:
+    - master
+
+
+run:
+  extends: .compose-run
+  tags: ["${CI_COMMIT_BRANCH}.shore.co.il"]
+  except:
+    - master