From 8b41764a3ee2a75b98902f8ecdacd61d58934f6f Mon Sep 17 00:00:00 2001 From: georg Date: Tue, 7 Mar 2023 11:25:17 +0000 Subject: [PATCH] CI: linting: ruff: specify image Otherwise, this job might fail, depending on the runner which executes the job, due to different configurations, especially wrt the default image. Ref https://0xacab.org/jvoisin/mat2/-/merge_requests/105 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 310cbbe..eaa4719 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ stages: - chown -R mat2 . linting:ruff: + image: $CONTAINER_REGISTRY:linting stage: linting script: - apt update