From 1bf7254bcec665e744ca7744080c30a77a1ebf21 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 27 Dec 2020 19:40:18 +0200
Subject: [PATCH] GitLab CI.

---
 .gitlab-ci.yml | 4 ++++
 README.rst     | 4 ++++
 2 files changed, 8 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..f92da7b
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,4 @@
+---
+include:
+  - project: shore/ci-templates
+    file: templates/pre-commit.yml
diff --git a/README.rst b/README.rst
index 4b47406..61e3e2d 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,10 @@
 Waldorf
 =======
 
+.. image:: https://git.shore.co.il/nimrod/waldorf/badges/master/pipeline.svg
+    :target: https://git.shore.co.il/nimrod/waldorf/-/commits/master
+    :alt: pipeline status
+
 A Flask and Celery demo app.
 
 Requirements
-- 
GitLab