Olivier Massot 4 년 전
부모
커밋
26dcbe258a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

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