From 169b49cf80b36fa417af674b4c40f04a477c1a8d Mon Sep 17 00:00:00 2001 From: Sonja Happ Date: Wed, 31 Jul 2019 14:10:54 +0200 Subject: [PATCH] CI: add job for user testing --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 53111e0..a8fa1b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -125,6 +125,11 @@ test:file: variables: TEST_FOLDER: routes/file +test:user: + extends: test:scenario + variables: + TEST_FOLDER: routes/user + # Stage: deploy ##############################################################################