|
@@ -22,10 +22,10 @@ install:
|
|
|
image: cypress/browsers:node14.17.0-chrome88-ff89
|
|
image: cypress/browsers:node14.17.0-chrome88-ff89
|
|
|
stage: build
|
|
stage: build
|
|
|
script:
|
|
script:
|
|
|
- - yarn install --dev --frozen-lockfile
|
|
|
|
|
|
|
+ - yarn install --dev
|
|
|
# check Cypress binary path and cached versions
|
|
# check Cypress binary path and cached versions
|
|
|
- - npx node_modules/.bin/cypress cache path
|
|
|
|
|
- - npx node_modules/.bin/cypress cache list
|
|
|
|
|
|
|
+ - npx cypress cache path
|
|
|
|
|
+ - npx cypress cache list
|
|
|
|
|
|
|
|
ui-chrome:
|
|
ui-chrome:
|
|
|
image: cypress/browsers:node14.17.0-chrome88-ff89
|
|
image: cypress/browsers:node14.17.0-chrome88-ff89
|