From f34713790f47c1845bc3afa3af85e32b769f4ecf Mon Sep 17 00:00:00 2001 From: Marek Lesko Date: Thu, 10 Jul 2025 13:48:33 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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.