From 4b8eeb8f366f5d5c987e2a0317a90ab56234c98d Mon Sep 17 00:00:00 2001
From: Yannick DAYER <yannick.dayer@idiap.ch>
Date: Mon, 30 Oct 2023 14:14:53 +0100
Subject: [PATCH] meta(CI): add the 'file' field in the triggers.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c2a8f3a..c53c0e3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,6 +18,7 @@ bob/bob:
         include:
             - project: bob/bob
               ref: develop
+              file: '.gitlab-ci.yml'
         strategy: depend
 
 bob/bob.io.base:
@@ -26,6 +27,7 @@ bob/bob.io.base:
         include:
             - project: bob/bob.io.base
               ref: develop
+              file: '.gitlab-ci.yml'
         strategy: depend
     needs: ['bob/bob']
 
@@ -38,6 +40,7 @@ bob/core:
         include:
             - project: $PROJECT
               ref: develop
+              file: '.gitlab-ci.yml'
         strategy: depend
     needs: ['bob/bob.io.base']
 
@@ -48,6 +51,7 @@ bob/bob.bio.base:
         include:
             - project: bob/bob.bio.base
               ref: develop
+              file: '.gitlab-ci.yml'
         strategy: depend
     needs: ['bob/core']
 
@@ -60,6 +64,7 @@ bob/bob.bio:
         include:
             - project: $PROJECT
               ref: develop
+              file: '.gitlab-ci.yml'
         strategy: depend
     needs: ['bob/bob.bio.base']
 
@@ -69,6 +74,7 @@ bob/bob.bio.video:
         include:
             - project: bob/bob.bio.video
               ref: develop
+              file: '.gitlab-ci.yml'
         strategy: depend
     needs: ['bob/bob.bio']
 
@@ -79,6 +85,7 @@ bob/bob.pad.base:
         include:
             - project: bob/bob.pad.base
               ref: develop
+              file: '.gitlab-ci.yml'
         strategy: depend
     needs: ['bob/bob.bio.base']
 
@@ -88,6 +95,7 @@ bob/bob.pad.face:
         include:
             - project: bob/bob.pad.face
               ref: develop
+              file: '.gitlab-ci.yml'
         strategy: depend
     needs: ['bob/bob.pad.base', 'bob/bob.bio.video']
 
@@ -97,6 +105,7 @@ bob/bob.fusion.base:
         include:
             - project: bob/bob.fusion.base
               ref: develop
+              file: '.gitlab-ci.yml'
         strategy: depend
     needs: ['bob/bob.bio.base', 'bob/bob.pad.base']
 
-- 
GitLab