Use correct nightly RAP Runtime p2 repository URL
diff --git a/releng/org.eclipse.rap.incubator.releng/scripts/init-environment.sh b/releng/org.eclipse.rap.incubator.releng/scripts/init-environment.sh
index 3cd2604..791ebc8 100755
--- a/releng/org.eclipse.rap.incubator.releng/scripts/init-environment.sh
+++ b/releng/org.eclipse.rap.incubator.releng/scripts/init-environment.sh
@@ -24,7 +24,7 @@
 export GIT_BRANCH=${GIT_BRANCH:-"master"}
 echo "Git branch: ${GIT_BRANCH}"
 
-export RAP_REPOSITORY=${RAP_REPOSITORY:-"http://download.eclipse.org/rt/rap/incubator/nightly/"}
+export RAP_REPOSITORY=${RAP_REPOSITORY:-"http://download.eclipse.org/rt/rap/nightly/runtime/"}
 echo "RAP Runtime p2 repository: ${RAP_REPOSITORY}"
 
 export REPOSITORY_BASE_PATH=${REPOSITORY_BASE_PATH:-"/shared/rt/rap/incubator/nightly"}