diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9be1ed31d2737c87923127e3e9bddb94432cf32f..8f8807330943a67ba726c62c1b3ef11ac533009c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,9 @@ default: include: - project: "open-source/gitlab-ci-templates" - ref: "branch/default" + ref: "branch/v2" file: + - "templates/base.yml" # mandatory base template - "templates/no-duplicated-ci-pipelines.yml" # use workflow to avoid duplicated pipelines - "templates/lint/twine-check.yml" # will run twine check to see if pypi won't reject the package - "templates/lint/check-dependencies-resolution.yml" # will run pip-compile -n to check if dependencies are compatibles