mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add test-helpers in gitlab CI pipeline
This commit is contained in:
parent
94beb52b08
commit
875fead9b5
1 changed files with 6 additions and 0 deletions
|
@ -53,6 +53,12 @@ root-tests:
|
|||
script:
|
||||
- python3 -m pytest tests
|
||||
|
||||
test-helpers:
|
||||
extends: .test-stage
|
||||
script:
|
||||
- cd tests
|
||||
- bash test_helpers.sh
|
||||
|
||||
test-apps:
|
||||
extends: .test-stage
|
||||
script:
|
||||
|
|
Loading…
Add table
Reference in a new issue