Fixed bug at RO start_build

Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/jenkins/RO/start_build b/jenkins/RO/start_build
index 81b337e..223b231 100755
--- a/jenkins/RO/start_build
+++ b/jenkins/RO/start_build
@@ -56,14 +56,10 @@
 INFO "  installing openmano packages and dependencies from current repo (--noclone)"
 ./scripts/install-openmano.sh --develop --noclone -q
 INFO "  compiling *.py"
-python -m py_compile *.py
+python -m py_compile *.py   #&&     #uncomment to concatenate commands
+#basic test HERE            #&&     #uncomment to concatenate commands
+
 RC=$?
-
-if RC; then
-	#basic test HERE
-	#RC=$?
-fi
-
 INFO "done, RC=$RC"
 exit $RC