From 162a8e85214ecc31cffc2be501d6363230d20c66 Mon Sep 17 00:00:00 2001
From: "Benguria Elguezabal, Gorka" <gorka.benguria@tecnalia.com>
Date: Fri, 10 May 2024 12:43:52 +0200
Subject: [PATCH] changes includes to tecnalia paths

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c399fa0..27f0986 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,18 +1,18 @@
 include:
-  - project: 'to-be-continuous/tools/gitlab-ci'
+  - project: 'smartdatalab/public/ci-cd-components/gitlab-ci'
     ref: 'master'
     file: '/templates/extract.yml'
-  - project: 'to-be-continuous/tools/gitlab-ci'
+  - project: 'smartdatalab/public/ci-cd-components/gitlab-ci'
     ref: 'master'
     file: '/templates/validation.yml'
-  - project: 'to-be-continuous/kicker'
+  - project: 'smartdatalab/public/ci-cd-components/kicker'
     ref: 'master'
     file: '/templates/validation.yml'
-  - project: 'to-be-continuous/bash'
-    ref: '3.4'
+  - project: 'smartdatalab/public/ci-cd-components/bash'
+    ref: 'master'
     file: '/templates/gitlab-ci-bash.yml'
-  - project: 'to-be-continuous/semantic-release'
-    ref: '3.8'
+  - project: 'smartdatalab/public/ci-cd-components/semantic-release'
+    ref: 'master'
     file: '/templates/gitlab-ci-semrel.yml'    
 
 stages:
-- 
GitLab