test yarn e2e
This commit is contained in:
parent
0ad28d056c
commit
fc8ba8b84e
5 changed files with 54 additions and 46 deletions
|
@ -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"
|
||||
},
|
||||
|
||||
|
|
Reference in a new issue