[SEBA-449]

Change XOS to use the standard Python unit test

Change-Id: Ic1dc3e67ae0e0113d9d9970297d3b53d105a8525
diff --git a/jjb/verify/xos.yaml b/jjb/verify/xos.yaml
index 22427da..fc8c4f3 100644
--- a/jjb/verify/xos.yaml
+++ b/jjb/verify/xos.yaml
@@ -30,8 +30,8 @@
     name: 'verify-xos-jobs-code'
     jobs:
       - 'verify-sonarqube'
-      - 'xos-unit-test':
-      - 'synchronizer-update':
+      - 'python-unit-test'
+      - 'synchronizer-update'
       - 'api-test':
           pipeline_script: 'all-xos-api-test-helm.groovy'