From 74df07400222e52f9c2ac1379abf39b2ac01e836 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 15 Nov 2021 21:19:15 +0200
Subject: [PATCH] Update CI templates.

---
 .gitlab-ci.yml | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1fc3043..e7d04e0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,23 +1,17 @@
 ---
 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
-  - project: shore/ci-templates
-    file: templates/presentation.yml
-  - project: shore/ci-templates
+  - project: shore/ci-stuff
     file: templates/notify.yml
+  - local: gitlab-ci-template/presentation.yml
 
 variables:
   PRESENTATION_ROOT: example
 
-stages:
-  - test
-  - build
-  - deploy
-
-build:
+docker-build:
   extends: .docker-build-shore
   tags: [ns4.shore.co.il]
 
-- 
GitLab