From 13472bced3632957830b13a47f398f29eb8c3678 Mon Sep 17 00:00:00 2001 From: Marek Lesko Date: Thu, 10 Jul 2025 13:45:53 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 820d106..42d9e0d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,16 +13,6 @@ install-job: # This job runs in the build stage, which runs first. paths: - Web/dist/Web/browser # The 'dist' directory will be available in the next stage. -lint-test-job: # This job also runs in the test stage. - stage: test # It can run at the same time as unit-test-job (in parallel). - image: node:24-alpine3.21 - variables: - CHROME_BIN: "/usr/bin/chromium-browser" - script: - - apk add chromium - - npm install - - npx ng test --watch=false --browsers=ChromeHeadless - deploy-job: # This job runs in the deploy stage. stage: deploy # It only runs when *both* jobs in the test stage complete successfully. environment: production