[SEBA-479] Adding migrations check to xos unit-test job

Change-Id: Ib72d4ed88873184959c7d1bdbaa7503874abfe92
diff --git a/jjb/shell/xos-unit.sh b/jjb/shell/xos-unit.sh
index 1becb67..9203a62 100644
--- a/jjb/shell/xos-unit.sh
+++ b/jjb/shell/xos-unit.sh
@@ -35,7 +35,9 @@
   pushd "$WORKSPACE/cord/$PROJECT_PATH/xos"
 fi
 
+echo "Checking Migrations"
+xos-migrate -r $WORKSPACE/cord -s $GERRIT_PROJECT --check -v
+
 echo "Performing nose2 tests"
 nose2 --verbose --coverage-report xml --coverage-report term --junit-xml
 popd
-