even more docker

This commit is contained in:
2016-06-05 04:45:46 +02:00
parent a38996b98c
commit 51334c297d
3 changed files with 25 additions and 8 deletions

View File

@@ -51,9 +51,10 @@ export let prepare = function(serviceArg:string){
case "npm":
return npm();
case "docker":
return docker();
return docker()
.then(dockerGitlab); // always also login to gitlab registry for tests
case "docker-gitlab":
return dockerGitlab();
return dockerGitlab()
default:
break;
}