diff --git a/templates/npm/npm-build.gitlab-ci.yml b/templates/npm/npm-build.gitlab-ci.yml index 7558564..6444e5c 100644 --- a/templates/npm/npm-build.gitlab-ci.yml +++ b/templates/npm/npm-build.gitlab-ci.yml @@ -1,3 +1,6 @@ +variables: + FRONTEND_BUILD_DIR: 'dir/' + .npm-build: image: $NODE_IMAGE stage: build @@ -12,4 +15,4 @@ expire_in: 2 weeks when: always paths: - - '$FRONTEND_BUID_DIR' + - '$FRONTEND_BUILD_DIR'