commit f657e4e9be35089eca8b610ac5e6c0e4539e2906 Author: emma peel emma.peel@riseup.net Date: Tue Nov 2 21:42:13 2021 +0100
just move it to after the other test, is not urgent --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35e1548..de48258 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -121,9 +121,7 @@ l10n_QA: - i18n - .cache/pip stage: test_l10n - needs: [pages] - only: - - translations + needs: [new_strings] script: - *apt-template - DEBIAN_FRONTEND=noninteractive apt-get install gettext python3-polib -y