From 4680f8fc1a8908a1d22bab79b3ac0b606a8579da Mon Sep 17 00:00:00 2001 From: Sonja Happ Date: Thu, 4 Jul 2019 10:36:26 +0200 Subject: [PATCH] CI: add testing of file endpoints --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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 ##############################################################################