Skip to content
Snippets Groups Projects
Commit 125a1031 authored by CaTasTrOOf's avatar CaTasTrOOf
Browse files

Update .gitlab-ci.yml file

parent cb8cd6d0
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,11 @@ stages: ...@@ -7,8 +7,11 @@ stages:
check-i18n-job: check-i18n-job:
stage: test stage: test
script: script:
- apk update
- apk upgrade
- apk add bash
- apk add jq - apk add jq
- apk info -a grep - grep --version
- ./utils/findMissingI18nKeys.sh - ./utils/findMissingI18nKeys.sh
only: only:
- merge_requests - merge_requests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment