Update .gitlab-ci.yml file

This commit is contained in:
Marek Lesko
2025-07-10 13:48:33 +00:00
parent 13472bced3
commit f34713790f

View File

@@ -7,6 +7,7 @@ install-job: # This job runs in the build stage, which runs first.
stage: build stage: build
image: node:24 image: node:24
script: script:
- cd Web
- npm install - npm install
- npm run build - npm run build
artifacts: # Artifacts are files that are passed between stages. artifacts: # Artifacts are files that are passed between stages.