diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..135eb4422f5973b3fd39661a09c1caafffedb2d2
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,19 @@
+---
+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: [ns4.shore.co.il]
+
+push:
+  extends: .compose-push
+  tags: [ns4.shore.co.il]
diff --git a/README.md b/README.md
index 939fa1579fc3278991ee675433f94cb74983ea72..0aa8cb7c54c206840d3f9879eb89fa5f0a925098 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Cron docker
 
+[![pipeline status](https://git.shore.co.il/nimrod/cron-docker/badges/master/pipeline.svg)](https://git.shore.co.il/nimrod/cron-docker/-/commits/master)
+
 A Docker image for running a Cron daemon, actually running
 [Supersonic](https://github.com/aptible/supercronic).
 
@@ -32,7 +34,7 @@ This software is licensed under the MIT license (see `LICENSE.txt`).
 
 ## Author Information
 
-Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my [website](
-https://www.shore.co.il/). Patches are welcome via [`git send-email`](
-http://git-scm.com/book/en/v2/Git-Commands-Email). The repository is located
-at: <https://git.shore.co.il/explore/>.
+Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my
+[website](https://www.shore.co.il/). Patches are welcome via
+[`git send-email`](http://git-scm.com/book/en/v2/Git-Commands-Email). The repository
+is located at: <https://git.shore.co.il/expore/>.