diff --git a/jobs/Deploy_CHMB_DIHTEST_164/config.xml b/jobs/Deploy_CHMB_DIHTEST_164/config.xml
index f435e8b2c82a5bdbb13e6f9cb34265c0b2147e93..b8e954c113fa05baacea9a3817b23c89ed71632d 100644
--- a/jobs/Deploy_CHMB_DIHTEST_164/config.xml
+++ b/jobs/Deploy_CHMB_DIHTEST_164/config.xml
@@ -100,7 +100,7 @@ hotfix/1.15.1GA
false
false
NONE
- false
+ true
@@ -141,7 +141,9 @@ hotfix/1.15.1GA
VAR=$(git rev-parse --short HEAD)_$(date +"%Y%m%d_%H%M")
version=${GIT_BRANCH##*/}
-sed -i "s/<title.*/<title>Customer Health Management v${version}_${VAR}<\/title\/>/" src/main/resources/static/index.html
+sed -i "s/<title.*/<title>Customer Health Management<\/title\/>/" src/main/resources/static/index.html
+sed -i "s/<base.*/<base href=\"\/CHMB\/\" version=\"${version}_${VAR}\"\/>/" src/main/resources/static/index.html
+