Olivier Massot 2 年之前
父節點
當前提交
77518cc81a
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      .gitlab-ci.yml

+ 4 - 4
.gitlab-ci.yml

@@ -7,10 +7,6 @@ variables:
 before_script:
   - echo "" > ./local.app.opentalent.fr.crt
   - echo "" > ./local.app.opentalent.fr.key
-  - ping -c 3 8.8.8.8
-  - ping -c 3 yahoo.fr
-  - dig google.com
-  - ping -c 3 gitlab.2iopenservice.com
 
 cache:
   paths:
@@ -20,6 +16,10 @@ unit:
   stage: test
 
   script:
+    - ping -c 3 8.8.8.8
+    - dig google.com
+    - ping -c 3 gitlab.2iopenservice.com
+    - ping -c 3 yahoo.fr
     - yarn install
     - yarn test