fix: Update .gitlab-ci.yml file

This commit is contained in:
Marek Lesko
2025-07-14 17:10:36 +00:00
parent d11fd1a007
commit 9c8582a338

View File

@@ -1,3 +1,4 @@
stages: # Define the stages of the pipeline.
- build
#- test
@@ -15,6 +16,8 @@ install-job: # This job runs in the build stage, which runs first.
- Web/dist/Web/browser # The 'dist' directory will be available in the next stage.
semantic-release:
variables:
GITLAB_TOKEN: "glpat-SNecDb-ei1GxpqyeTu1Z"
image: node:24
stage: release
script: