Olivier Massot 4 年之前
父节点
当前提交
4140463732
共有 1 个文件被更改,包括 3 次插入3 次删除
  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