From b05fd9e85807f063dbe4a1fbe11dcd57c25b77d9 Mon Sep 17 00:00:00 2001
From: Samuel Gaist <samuel.gaist@idiap.ch>
Date: Mon, 11 Oct 2021 11:05:16 +0200
Subject: [PATCH] [gitlab-ci] Use project based include rather than hardcoded
 path

---
 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 845b719..3bda2dc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1 +1,4 @@
-include: 'https://gitlab.idiap.ch/bob/bob.devtools/raw/master/bob/devtools/data/gitlab-ci/single-package.yaml'
+include:
+  - project: 'bob/bob.devtools'
+    ref: master
+    file: '/bob/devtools/data/gitlab-ci/single-package.yaml'
-- 
GitLab