From 537e8362bf874b00720646596aeffcecfb78a889 Mon Sep 17 00:00:00 2001 From: Sonja Happ Date: Thu, 24 Oct 2019 11:21:32 +0200 Subject: [PATCH] fix of initial testfolder name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7731d7e..86e3bda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ variables: DEPLOY_USER: deploy DEPLOY_HOST: acs-os-fein-website DEPLOY_PATH: /var/www/villas/api/web/ - TEST_FOLDER: routes/database + TEST_FOLDER: database stages: - prepare