@@ -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