diff --git a/pipelines/npm.gitlab-ci.yml b/pipelines/npm.gitlab-ci.yml index 65237fd..591604a 100644 --- a/pipelines/npm.gitlab-ci.yml +++ b/pipelines/npm.gitlab-ci.yml @@ -12,7 +12,7 @@ include: variables: NODE_IMAGE: node:16.15-alpine - FRONTEND_BUILD_DIR: 'dist/' + FRONTEND_BUILD_DIR: 'dist' Dependencies-npm: extends: .npm-dependencies diff --git a/templates/npm/npm-build.gitlab-ci.yml b/templates/npm/npm-build.gitlab-ci.yml index c960517..10202f9 100644 --- a/templates/npm/npm-build.gitlab-ci.yml +++ b/templates/npm/npm-build.gitlab-ci.yml @@ -2,7 +2,7 @@ image: $NODE_IMAGE stage: build variables: - FRONTEND_BUILD_DIR: 'dist/' + FRONTEND_BUILD_DIR: 'dist' before_script: - > if [ "$FRONTEND_DIR" != "" ]; then