fix incorrect imagebuilder options

Change-Id: I91e2ae9217ae119e042cb0ecdc679314969a6e67
diff --git a/jjb/pipeline/all-xos-api-test-helm.groovy b/jjb/pipeline/all-xos-api-test-helm.groovy
index 7a6e0f6..34b7133 100644
--- a/jjb/pipeline/all-xos-api-test-helm.groovy
+++ b/jjb/pipeline/all-xos-api-test-helm.groovy
@@ -116,7 +116,7 @@
             sh '''
                pushd cord/automation-tools/developer
                mkdir ib_logs
-               ./imagebuilder.py -l ib_logs -a ib_actions.yml -d ib_graph.dot ../../helm-charts/examples/filter-images.yaml
+               ./imagebuilder.py -l ib_logs -a ib_actions.yml -g ib_graph.dot -f ../../helm-charts/examples/filter-images.yaml
                popd
                '''
             archiveArtifacts artifacts: 'cord/automation-tools/developer/ib_actions.yml, cord/automation-tools/developer/ib_graph.dot, cord/automation-tools/developer/ib_logs/*', fingerprint: true