RO start_build changed to install openmano service

Change-Id: Id7847decf9158b452ed93c22aec59a0932a3466d
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/jenkins/RO/start_build b/jenkins/RO/start_build
index 620ab0c..4c9adfc 100755
--- a/jenkins/RO/start_build
+++ b/jenkins/RO/start_build
@@ -60,7 +60,7 @@
 INFO "  cleaning .pyc"
 rm -f *.pyc
 INFO "  installing openmano packages and dependencies from current repo (--noclone)"
-./scripts/install-openmano.sh --develop --noclone -q
+./scripts/install-openmano.sh --noclone -q
 INFO "  compiling *.py"
 python -m py_compile *.py   #&&     #uncomment to concatenate commands
 #basic test HERE            #&&     #uncomment to concatenate commands