Olivier Massot 2 tahun lalu
induk
melakukan
e9d06fc468
1 mengubah file dengan 1 tambahan dan 4 penghapusan
  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: