CI: add job for user testing

This commit is contained in:
Sonja Happ 2019-07-31 14:10:54 +02:00
parent a1b8d93263
commit 169b49cf80

View file

@ -125,6 +125,11 @@ test:file:
variables:
TEST_FOLDER: routes/file
test:user:
extends: test:scenario
variables:
TEST_FOLDER: routes/user
# Stage: deploy
##############################################################################