Update .gitlab-ci.yml

This commit is contained in:
Kayou 2020-05-16 13:31:41 +02:00 committed by GitHub
parent f8e5ea4652
commit 108a3ca498
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,12 @@ test-appurl:
- cd src/yunohost
- py.test tests/test_appurl.py
test-apps-arguments-parsing:
extends: .test-stage
script:
- cd src/yunohost
- py.test tests/test_apps_arguments_parsing.py
test-backuprestore:
extends: .test-stage
script: