diff --git a/docs/.gitlab-ci.yml b/docs/.gitlab-ci.yml index 1b25164a..d7f739a2 100644 --- a/docs/.gitlab-ci.yml +++ b/docs/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: before_script: - cd docs - chmod +x ./scripts/i18n-filter.sh - - ./scripts/i18n-filter.sh + - ./scripts/i18n-filter.sh src - npm ci cache: