ci: fix missing image name for i18n job

This commit is contained in:
Alexandre Aubin 2024-08-08 16:20:33 +02:00
parent 14ee49fc7b
commit a9e71e88df

View file

@ -35,6 +35,7 @@ mypy:
i18n-keys: i18n-keys:
stage: lint stage: lint
image: "build-and-lint"
needs: [] needs: []
script: script:
- python3 maintenance/missing_i18n_keys.py --check - python3 maintenance/missing_i18n_keys.py --check