# HG changeset patch
# User Fabien Amarger <fabien.amarger@logilab.fr>
# Date 1711026414 -3600
#      Thu Mar 21 14:06:54 2024 +0100
# Node ID 46f38be661f867a685766b43ee1e77f5d624ee97
# Parent  d6faddfabe1f46a2950c18703d2db2957c9b2dbd
fix: Use branch v2 for gitlab ci template

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@
 
 include:
   - project: "open-source/gitlab-ci-templates"
-    ref: "branch/default"
+    ref: "branch/v2"
     file:
       - "templates/no-duplicated-ci-pipelines.yml"  # use workflow to avoid duplicated pipelines
       - "templates/lint/flake8.yml"  # will do the equivalent of 'tox -e flake8'