diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml
index 3883f759c4..e50f1a5861 100644
--- a/rm-automation/pom.xml
+++ b/rm-automation/pom.xml
@@ -149,12 +149,12 @@
drop database if exists alfresco; create database alfresco
-
+
Installing Alfresco...
-
+
-
+
diff --git a/scripts/downloadInstaller.sh b/scripts/downloadInstaller.sh
index e549fb2f60..deb88d252a 100644
--- a/scripts/downloadInstaller.sh
+++ b/scripts/downloadInstaller.sh
@@ -2,7 +2,7 @@
# fail script immediately on any errors in external commands and print the lines
set -ev
-outputFile="$TRAVIS_BUILD_DIR/rm-automation/alfresco-content-services-installer-5.2.7.4-linux-x64.bin"
+outputFile="$TRAVIS_BUILD_DIR/rm-automation/alf-installer.bin"
amzFile="/eu.dl.alfresco.com/release/enterprise/5.2/5.2.7/5.2.7.4/alfresco-content-services-installer-5.2.7.4-linux-x64.bin"
host="s3-eu-west-1.amazonaws.com"
contentType="binary/octet-stream"