From 7ba857822af2452769f440081d5270727060514a Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 11 Dec 2021 19:04:51 +0200
Subject: [PATCH] Update CI templates.

---
 .gitlab-ci.yml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5e63b3..5315a78 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,15 +1,10 @@
 ---
 include:
-  - project: shore/ci-templates
+  - project: shore/ci-stuff
     file: templates/pre-commit.yml
-  - project: shore/ci-templates
+  - project: shore/ci-stuff
     file: templates/docker.yml
 
-stages:
-  - test
-  - build
-  - deploy
-
 build:
   extends: .compose-build
   tags: &tags [host01.shore.co.il]
-- 
GitLab