Fixed WsCleanup step in voltha physical pod jobs

Change-Id: Ifd3bf0e408ab2a183374fab81812734b45fef4d6
diff --git a/jjb/pipeline/voltha/master/voltha-physical-functional-tests.groovy b/jjb/pipeline/voltha/master/voltha-physical-functional-tests.groovy
index 05cc053..40abec9 100644
--- a/jjb/pipeline/voltha/master/voltha-physical-functional-tests.groovy
+++ b/jjb/pipeline/voltha/master/voltha-physical-functional-tests.groovy
@@ -33,8 +33,8 @@
   }
   stages {
     stage('Clone voltha-system-tests') {
-      step([$class: 'WsCleanup'])
       steps {
+        step([$class: 'WsCleanup'])
         checkout([
           $class: 'GitSCM',
           userRemoteConfigs: [[