diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f92da7b142f506a53baa2e4028ac3e501c5919d9..60b049b944743ae096e357c46533349802d9fd19 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,3 +2,21 @@
 include:
   - project: shore/ci-templates
     file: templates/pre-commit.yml
+  - project: shore/ci-templates
+    file: templates/docker.yml
+
+stages:
+  - test
+  - build
+  - deploy
+
+variables:
+  IMAGE: presentation
+
+build:
+  extends: .docker-build-shore
+  tags: [ns4.shore.co.il]
+
+push:
+  extends: .docker-push-shore
+  tags: [ns4.shore.co.il]
diff --git a/README.md b/README.md
index 35ececf68ace910d3174943f12f95859800ae965..9b4af3860f2c353089ac21b7e31ca2c645573c4f 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,11 @@ Markdown or DOT).
 
 ## Usage
 
-`docker run --rm -itv ג€œ$PWD:/volumeג€œ adarnimrod/presentation`
+`docker run --rm -itv ג€œ$PWD:/volumeג€œ registry.shore.co.il/presentation`
 
 Will watch the current directory and run `make` whenever a file changes. One can
 add a shell alias
-`alias presentation='docker run --rm -itv ג€œ$PWD:/volumeג€œ adarnimrod/presentation'` for easier use.
+`alias presentation='docker run --rm -itv ג€œ$PWD:/volumeג€œ registry.shore.co.il/presentation'` for easier use.
 
 See the example folder for more details.