Update .gitlab/ci/test.gitlab-ci.yml

This commit is contained in:
Kayou 2021-06-10 13:08:05 +02:00 committed by GitHub
parent cfa1e5dff8
commit 6fad0b7d79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ test-i18n-keys:
changes: changes:
- locales/* - locales/*
test-i18n-keys: test-translation-format-consistency:
extends: .test-stage extends: .test-stage
script: script:
- python3 -m pytest tests tests/test_translation_format_consistency.py - python3 -m pytest tests tests/test_translation_format_consistency.py
@ -180,4 +180,4 @@ test-service:
- python3 -m pytest tests/test_service.py - python3 -m pytest tests/test_service.py
only: only:
changes: changes:
- src/yunohost/service.py - src/yunohost/service.py