|
@@ -7,10 +7,6 @@ variables:
|
|
|
before_script:
|
|
before_script:
|
|
|
- echo "" > ./local.app.opentalent.fr.crt
|
|
- echo "" > ./local.app.opentalent.fr.crt
|
|
|
- echo "" > ./local.app.opentalent.fr.key
|
|
- 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:
|
|
cache:
|
|
|
paths:
|
|
paths:
|
|
@@ -20,6 +16,10 @@ unit:
|
|
|
stage: test
|
|
stage: test
|
|
|
|
|
|
|
|
script:
|
|
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 install
|
|
|
- yarn test
|
|
- yarn test
|
|
|
|
|
|