improve mounting

This commit is contained in:
Philipp Kunz 2016-06-07 08:02:02 +02:00
parent e4507b7073
commit 2d61640c91
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -175,7 +175,7 @@ export class Dockerfile {
);
if(testExists){
bashBare("docker run -v " +
plugins.path.join(paths.NpmciProjectDir,"./test") + ":/test/ " +
plugins.path.join(paths.NpmciProjectDir,"./test/") + ":/test/ " +
"--name " + this.containerName + " " + this.buildTag + " /test/" + "test_" + this.version + ".sh");
} else {
plugins.beautylog.warn("skipping tests for " + this.cleanTag + " because no testfile was found!");