Olivier Massot 2 years ago
parent
commit
e9d06fc468
1 changed files with 1 additions and 4 deletions
  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: