mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add regenconf tests to gitlab-ci
This commit is contained in:
parent
56a1fba297
commit
817e451086
1 changed files with 7 additions and 0 deletions
|
@ -92,3 +92,10 @@ test-user-group:
|
|||
script:
|
||||
- cd src/yunohost
|
||||
- py.test tests/test_user-group.py
|
||||
|
||||
test-regenconf:
|
||||
extends: .tests
|
||||
stage: tests
|
||||
script:
|
||||
- cd src/yunohost
|
||||
- py.test tests/test_regenconf.py
|
||||
|
|
Loading…
Add table
Reference in a new issue