Olivier Massot hace 4 años
padre
commit
4140463732
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      .gitlab-ci.yml

+ 3 - 3
.gitlab-ci.yml

@@ -22,10 +22,10 @@ install:
   image: cypress/browsers:node14.17.0-chrome88-ff89
   stage: build
   script:
-    - yarn install --dev --frozen-lockfile
+    - yarn install --dev
     # 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:
   image: cypress/browsers:node14.17.0-chrome88-ff89