CI: add testing of file endpoints

This commit is contained in:
Sonja Happ 2019-07-04 10:36:26 +02:00
parent 304680603d
commit 4680f8fc1a

View file

@ -120,6 +120,11 @@ test:simulator:
variables:
TEST_FOLDER: routes/simulator
test:file:
extends: test:simulation
variables:
TEST_FOLDER: routes/file
# Stage: deploy
##############################################################################