From d97d48c71d21d9371ec9ec58f1cf422887e31b95 Mon Sep 17 00:00:00 2001
From: Simon Praetorius <simon.praetorius@tu-dresden.de>
Date: Sat, 12 Dec 2020 14:25:45 +0100
Subject: [PATCH] replace explicit url in gitlab-ci.yml by internal includes

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eaf3133..607e360 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,11 @@
 ---
-
 include:
-  - "https://gitlab.mn.tu-dresden.de/amdis/ci-config/raw/master/config/common/master.yml"
-  - "https://gitlab.mn.tu-dresden.de/amdis/ci-config/raw/master/jobs/common/master.yml"
+  - project: 'core/ci-config'
+    ref: master
+    file: 'config/common/master.yml'
+  - project: 'core/ci-config'
+    ref: master
+    file: 'jobs/common/master.yml'
 
 before_script:
   - . /duneci/bin/duneci-init-job
-- 
GitLab