From eefd031b928b00c7961cabacec1563545a4b8003 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 1 Jan 2021 21:16:52 +0200
Subject: [PATCH] GitLab CI.

---
 .gitlab-ci.yml | 4 ++++
 README.md      | 2 ++
 2 files changed, 6 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.md b/README.md
index ca2ee20..3ef230e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # masscan
 
+[![pipeline status](https://git.shore.co.il/nimrod/masscan-docker/badges/master/pipeline.svg)](https://git.shore.co.il/nimrod/masscan-docker/-/commits/master)
+
 A dockerized [masscan](https://github.com/robertdavidgraham/masscan/).
 
 ## Usage
-- 
GitLab