diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..0ba5ad718a9be175bafe05316afbf9f6152cfd6d
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,8 @@
+---
+include:
+  - project: shore/ci-templates
+    file: templates/pre-commit.yml
+  - project: shore/ci-templates
+    file: templates/python.yml
+  - project: shore/ci-templates
+    file: templates/gitlab-release.yml
diff --git a/README.rst b/README.rst
index f707484892a86e19d3f2dfe42386b05e79012061..f155dc07711e83ec86de99e93b8778e07e27fd3d 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,10 @@
 check_s3_bucket
 ###############
 
+.. image:: https://git.shore.co.il/nimrod/check_s3_bucket/badges/master/pipeline.svg
+    :target: https://git.shore.co.il/nimrod/check_s3_bucket/-/commits/master
+    :alt: pipeline status
+
 Check that a filename matching the regex was added to the bucket in the given time window.
 
 Usage