From 31aae89258718bdca6ff3d5a54dc043acae925ad Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 22 Jan 2021 20:07:01 +0200
Subject: [PATCH] Update CI template usage.

---
 .gitlab-ci.yml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ca29ecb..9bce4b2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,14 @@
 ---
 include:
   - project: shore/ci-templates
-    file: templates/docker-compose.yml
+    file: templates/pre-commit.yml
+  - project: shore/ci-templates
+    file: templates/docker.yml
+
+stages:
+  - test
+  - build
+  - deploy
 
 build:
   extends: .compose-build
-- 
GitLab