TCI - Further improved RCPTT

Change-Id: I58b20b9bce46947b6385f4e8392a63acc8f4c9e0
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
diff --git a/tests/ECPQ7Tests/NonEPPTests/pom.xml b/tests/ECPQ7Tests/NonEPPTests/pom.xml
index 300f92f..0afb03b 100644
--- a/tests/ECPQ7Tests/NonEPPTests/pom.xml
+++ b/tests/ECPQ7Tests/NonEPPTests/pom.xml
@@ -15,13 +15,13 @@
 		<profile>
 			<id>release-build</id>
 			<properties>
-				<currentBuild>${project.baseUri}/../../../releng</currentBuild>
+				<currentBuild>${project.basedir}/../../../releng</currentBuild>
 			</properties>
 		</profile>
 		<profile>
 			<id>full-build</id>
 			<properties>
-				<currentBuild>${project.baseUri}/../../../releng</currentBuild>
+				<currentBuild>${project.basedir}/../../../releng</currentBuild>
 			</properties>
 		</profile>
 	</profiles>