From c71d09a32f27576e5b99f1ca5e04752cc3453e20 Mon Sep 17 00:00:00 2001
From: Samuel Gaist <samuel.gaist@idiap.ch>
Date: Mon, 11 Oct 2021 10:56:43 +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 845b719f..3bda2dc4 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