Olivier Massot 2 år sedan
förälder
incheckning
77518cc81a
1 ändrade filer med 4 tillägg och 4 borttagningar
  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