Skip to content

Commit

Permalink
fix() - gitlab ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vnglst committed Feb 28, 2019
1 parent 36054fa commit 8569194
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 8569194

Please sign in to comment.