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: