diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42d9e0d..14e963c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ install-job: # This job runs in the build stage, which runs first. stage: build image: node:24 script: + - cd Web - npm install - npm run build artifacts: # Artifacts are files that are passed between stages.