diff --git a/test/E2ETests/Common/DeploymentUtility.cs b/test/E2ETests/Common/DeploymentUtility.cs index 235547a0f3..4ace30b334 100644 --- a/test/E2ETests/Common/DeploymentUtility.cs +++ b/test/E2ETests/Common/DeploymentUtility.cs @@ -174,7 +174,7 @@ namespace E2ETests if (startParameters.PackApplicationBeforeStart) { // We use full path to KRE to pack. - startParameters.Kre = kreBin; + startParameters.Kre = new DirectoryInfo(kreBin).Parent.FullName; KpmPack(startParameters); }