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:
parent
ed0ffa5693
commit
8b41764a3e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user