Add regenconf tests to gitlab-ci

This commit is contained in:
Alexandre Aubin 2020-04-23 01:27:11 +02:00 committed by GitHub
parent 56a1fba297
commit 817e451086
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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