From 74af11d6b800d8530ce66d7096e0253e40b9dfb2 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 23 Jan 2021 22:01:28 +0200
Subject: [PATCH] Update CI templates.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 785497d..8ee142d 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