mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update .gitlab-ci.yml
This commit is contained in:
parent
f8e5ea4652
commit
108a3ca498
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue