diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f678892..e21af48 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,13 +4,6 @@ stages: image: cypress/base:10 -lint: - stage: verify - before_script: - - yarn - script: - - yarn lint - jest-unit-tests: stage: verify before_script: @@ -25,13 +18,6 @@ check-build: script: - yarn build -check-storybook: - stage: verify - before_script: - - yarn - script: - - yarn build-storybook - cypress-e2e-tests: image: cypress/base:10 stage: e2e