1
0
Fork 0

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
This commit is contained in:
georg 2023-03-07 11:25:17 +00:00
parent ed0ffa5693
commit 8b41764a3e
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ stages:
- chown -R mat2 .
linting:ruff:
image: $CONTAINER_REGISTRY:linting
stage: linting
script:
- apt update