From dadd60c75c123beacf262c4548dd63583ca19158 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 22 Jan 2021 23:14:13 +0200
Subject: [PATCH] Update CI templates.

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 077c47a..4434811 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,6 @@
 ---
 include:
   - project: shore/ci-templates
-    file: templates/docker-compose.yml
+    file: templates/pre-commit.yml
+  - project: shore/ci-templates
+    file: templates/docker.yml
-- 
GitLab