From 43c7072bb7da240ab47133be49f0e2e78164ce10 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 12 Oct 2024 18:26:06 +0300
Subject: [PATCH] Fix GitLab CI config.

Update the location of CI templates.
---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7712c92..e01beef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +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
-  - project: shore/ci-templates
+  - project: shore/ci-stuff
     file: templates/notify.yml
 
 stages:
-- 
GitLab