Skip to content
Snippets Groups Projects

Resolve INFRA-8754

Merged Luis Contreras requested to merge INFRA-8754 into main
All threads resolved!
2 files
+ 14
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 8
0
@@ -14,6 +14,9 @@ stages:
include:
- project: "ics-infrastructure/gitlab-ci-yml"
file: "PreCommit.gitlab-ci.yml"
- project: "ics-infrastructure/gitlab-ci-yml"
file: "SonarScanner.gitlab-ci.yml"
variables:
CONTAINER_IMAGE: "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME"
@@ -62,6 +65,11 @@ build-storybook:
paths:
- storybook-static
run-sonar-scanner:
stage: test
needs:
- job: build-container
.test-components:
stage: test
image: cypress/browsers:node16.14.0-slim-chrome99-ff97
Loading