diff --git a/STD-variablen-Template.gitlab-ci.yml b/STD-variablen-Template.gitlab-ci.yml index ab9f605..bafa01b 100644 --- a/STD-variablen-Template.gitlab-ci.yml +++ b/STD-variablen-Template.gitlab-ci.yml @@ -43,5 +43,6 @@ variables: GRADLE_IMAGE: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-java-maven-base-image:java11-maven3.8.3_latest # Currently we use the Maven image and use the Gradle Wrapper. This is slower but saver at the moment - ##Some npm script use this. Its usefull for Monorepos - FRONTEND_DIR: $CI_PROJECT_DIR \ No newline at end of file + ##Set default directories for frontend and backend templates + FRONTEND_DIR: $CI_PROJECT_DIR + BACKEND_DIR: $CI_PROJECT_DIR