From 05cb5e259f32b1478fa80f9026c4ce01c621af23 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 8 Sep 2023 23:17:19 +0300 Subject: [PATCH] Small CI fix. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 304461f..ea4e16c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ lint templates: stage: test before_script: # yamllint disable-line rule:line-length - - python3 -m pip install git+https://gitlab.com/devopshq/gitlab-ci-linter#v1.0.3 + - python3 -m pip install --break-system-packages git+https://gitlab.com/devopshq/gitlab-ci-linter#v1.0.3 - gitlab-ci-linter --help script: # yamllint disable rule:line-length -- GitLab