diff --git a/jenkins/RO/start_build b/jenkins/RO/start_build
index 81b337e14a858f2fb70a54ef77830215c12e2099..223b2317a06b1a24578ff91e2f73b0cc83f7012e 100755
--- a/jenkins/RO/start_build
+++ b/jenkins/RO/start_build
@@ -56,14 +56,10 @@ rm -f *.pyc
 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
-RC=$?
-
-if RC; then
-	#basic test HERE
-	#RC=$?
-fi
+python -m py_compile *.py   #&&     #uncomment to concatenate commands
+#basic test HERE            #&&     #uncomment to concatenate commands
 
+RC=$?
 INFO "done, RC=$RC"
 exit $RC