diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f5b08c..948f3fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -120,6 +120,11 @@ test:simulator: variables: TEST_FOLDER: routes/simulator +test:file: + extends: test:simulation + variables: + TEST_FOLDER: routes/file + # Stage: deploy ##############################################################################