diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dbfceb87..dbb6334a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,4 +9,5 @@ default: retry: max: 2 when: runner_system_failure -include: .gitlab/workflows/**.yml +include: + - local: .gitlab/workflows/**.yml diff --git a/Makefile b/Makefile index f6ef1d68..78280e13 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ lock: # Install standalone tools prerequisites: - pipx install --force check-jsonschema==0.29.4 + pipx install --force check-jsonschema==0.30.0 pipx install --force codespell[toml]==2.3.0 pipx install --force pdm==2.21.0 pipx install --force pre-commit==4.0.1 diff --git a/template/Makefile.jinja b/template/Makefile.jinja index 8e8da118..ac3523eb 100644 --- a/template/Makefile.jinja +++ b/template/Makefile.jinja @@ -65,7 +65,7 @@ lock: # Install standalone tools prerequisites: - pipx install --force check-jsonschema==0.29.4 + pipx install --force check-jsonschema==0.30.0 pipx install --force codespell[toml]==2.3.0 pipx install --force pdm==2.21.0 pipx install --force pre-commit==4.0.1 diff --git a/template/[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %].gitlab-ci.yml[% endif %].jinja b/template/[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %].gitlab-ci.yml[% endif %].jinja index 71af2c54..914ac00a 100644 --- a/template/[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %].gitlab-ci.yml[% endif %].jinja +++ b/template/[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %].gitlab-ci.yml[% endif %].jinja @@ -9,4 +9,5 @@ default: retry: max: 2 when: runner_system_failure -include: .gitlab/workflows/**.yml +include: + - local: .gitlab/workflows/**.yml