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