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