1
0
mirror of synced 2024-06-06 14:27:48 +02:00

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

View File

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