use $HOME/.volt/config instead of $HOME/.volt/config-minimal

* we are currently only using and generating $HOME/.volt/config during
  our pipeline runs, and should not use any arbitrary configuration file
  like $HOME/.volt/config-minimal where we do not know the content nor
  its origin
* replace the usage of $HOME/.volt/config-minimal with
  $HOME/.volt/config for all jobs

Signed-off-by: Jan Klare <jan.klare@bisdn.de>
Change-Id: I07c7808996dbcf0425b908844ffe15b68f4ad542
diff --git a/jjb/pipeline/voltha/dmi-build-and-test.groovy b/jjb/pipeline/voltha/dmi-build-and-test.groovy
index 6d66a53..b91d2a9 100755
--- a/jjb/pipeline/voltha/dmi-build-and-test.groovy
+++ b/jjb/pipeline/voltha/dmi-build-and-test.groovy
@@ -47,7 +47,7 @@
   environment {
     PATH="$PATH:$WORKSPACE/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
     KUBECONFIG="$WORKSPACE/${configBaseDir}/${configKubernetesDir}/${configFileName}.conf"
-    VOLTCONFIG="$HOME/.volt/config-minimal"
+    VOLTCONFIG="$HOME/.volt/config"
     LOG_FOLDER="$WORKSPACE/dmi/"
     APPS_TO_LOG="${OltDevMgr}"
   }