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

+ 1 - 4
.gitlab-ci.yml

@@ -16,10 +16,7 @@ unit:
   stage: test
 
   script:
-    - ping -c 3 8.8.8.8
-    - ping -c 3 gitlab.2iopenservice.com
-    - ping -c 3 google.com
-    - yarn install
+    - yarn install --network-timeout 10000
     - yarn test
 
   artifacts: