From 7aadf38e09f0572451710a8573002299f378497a Mon Sep 17 00:00:00 2001
From: Yannick DAYER <yannick.dayer@idiap.ch>
Date: Mon, 30 Oct 2023 14:10:57 +0100
Subject: [PATCH] meta(CI): add missing include statement in config.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index de96199..c2a8f3a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,8 +23,9 @@ bob/bob:
 bob/bob.io.base:
     stage: core
     trigger:
-        - project: bob/bob.io.base
-          ref: develop
+        include:
+            - project: bob/bob.io.base
+              ref: develop
         strategy: depend
     needs: ['bob/bob']
 
-- 
GitLab