add basic_test to RO module. Remove a typo

Change-Id: Iadd6fa772d608886c654a86dd71306cc951af421
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/jenkins/RO/start_build b/jenkins/RO/start_build
index b8568a4..23a74c2 100755
--- a/jenkins/RO/start_build
+++ b/jenkins/RO/start_build
@@ -41,7 +41,7 @@
 #python $TEMPFILE &&
 python -m py_compile *.py   &&     #uncomment to concatenate commands
 INFO "  basic_test"         &&
-./test/basictest.sh --force --insert-bashrc --install-openvim --init-openvima  #&&
+./test/basictest.sh --force --insert-bashrc --install-openvim --init-openvim  #&&
 #basic test HERE            #&&     #uncomment to concatenate commands
 
 RC=$?