test yarn e2e

This commit is contained in:
Antoine Legrand 2017-07-18 09:08:33 +02:00
parent 0ad28d056c
commit fc8ba8b84e
5 changed files with 54 additions and 46 deletions

View file

@ -3,7 +3,7 @@ function(vars={})
dockerBuild: {
// base job to manage containers (build / push)
variables: {
DOCKER_DRIVER: "overlay",
DOCKER_DRIVER: "overlay2",
DOCKER_HOST: "tcp://docker-host.gitlab-runner.svc.cluster.local:2375"
},