diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3e5174..70c4280 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,9 +21,6 @@ install: image: node:18.13.0 script: - yarn install - - ls - - ls node_modules - - ls node_modules/.bin test:unit: stage: Test @@ -36,11 +33,8 @@ test:e2e: stage: Test image: node:18.13.0 script: - - yarn install - - ls - - ls node_modules - - ls node_modules/.bin - - ./node_modules/cypress install + - ls node_modules/.bin/cypress + - ./node_modules/.bin/cypress install - yarn runHeadless coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/