Merge "Testing RO built against gerrit event"
diff --git a/jenkins/SO/start_build b/jenkins/SO/start_build
index 27ca6e5..85d2ca7 100755
--- a/jenkins/SO/start_build
+++ b/jenkins/SO/start_build
@@ -43,7 +43,9 @@
 ### put your commands here to 
 ### build, test and produce coverage reports
 
-RC=0
+./BUILD.sh
+
+RC=$?
 
 INFO "done, RC=$RC"
 exit $RC