change of log directory

Change-Id: Icf9967fe5625acaccd2c6008e36fa2ee8fca7975
diff --git a/Jenkinsfile-voltha-test b/Jenkinsfile-voltha-test
index 4ac8c7a..68013b8 100644
--- a/Jenkinsfile-voltha-test
+++ b/Jenkinsfile-voltha-test
@@ -47,7 +47,7 @@
                 sh returnStdout: true, script: """
                 if [ -d RobotLogs ]; then rm -r RobotLogs; fi; mkdir RobotLogs;
                 mkdir RobotLogs/TestDoc || true
-                cp -r $WORKSPACE/voltha-system-tests/tests/functional/Log/* $WORKSPACE/RobotLogs || true
+                cp -r $WORKSPACE/voltha-system-tests/tests/Log/* $WORKSPACE/RobotLogs || true
                 export KUBECONFIG=$WORKSPACE/${configBaseDir}/${configKubernetesDir}/${configFileName}.conf
                 ## get default pod logs
                 for pod in \$(kubectl get pods --no-headers | awk '{print \$1}');