Add test-helpers in gitlab CI pipeline

This commit is contained in:
Alexandre Aubin 2021-04-01 15:47:56 +02:00
parent 94beb52b08
commit 875fead9b5

View file

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