Use the 'gerrit' choosing-strategy so code is properly checked

Change-Id: I73634002cb6732d7bc4662ef97d784a4dc4563b9
diff --git a/jjb/sonar.yaml b/jjb/sonar.yaml
index 205079e..6e66097 100644
--- a/jjb/sonar.yaml
+++ b/jjb/sonar.yaml
@@ -67,7 +67,7 @@
           refspec: ''
           branch: '$GERRIT_BRANCH'
           submodule-recursive: 'false'
-          choosing-strategy: default
+          choosing-strategy: 'gerrit'
           jenkins-ssh-credential: '{jenkins-ssh-credential}'
 
     node: 'ubuntu16.04-basebuild-1c-2g'