Update .gitlab-ci.yml file
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user