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
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user