docker tag for daily build releaseseven-daily

Change-Id: I885fb84c027cfa92b5f852b8e4b4cb656512e9c6
Signed-off-by: madavi <jm00553988@techmahindra.com>
diff --git a/installers/install_osm.sh b/installers/install_osm.sh
index 0f5e6bb..7212922 100755
--- a/installers/install_osm.sh
+++ b/installers/install_osm.sh
@@ -13,9 +13,9 @@
 #   limitations under the License.
 #
 REPOSITORY_BASE=https://osm-download.etsi.org/repository/osm/debian
-RELEASE=ReleaseSEVEN
-REPOSITORY=stable
-DOCKER_TAG=7
+RELEASE=ReleaseSEVEN-daily
+REPOSITORY=testing
+DOCKER_TAG=releaseseven
 
 function usage(){
     echo -e "usage: $0 [OPTIONS]"