From 2da77e9eebfb46615933a5cf9f4f714efcb11594 Mon Sep 17 00:00:00 2001 From: Yannick DAYER <yannick.dayer@idiap.ch> Date: Mon, 30 Oct 2023 12:21:12 +0100 Subject: [PATCH] meta(CI): use the 'develop' branch of dev-profile. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a47970..5f2814c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ include: - project: bob/dev-profile - ref: main + ref: develop file: gitlab/python.yml -- GitLab