Fixed serial calling with Maps

Change-Id: Ice229a9c82198b0d572ddb1fd1ee66acb8d7586d
diff --git a/src/com/mirantis/mk/Common.groovy b/src/com/mirantis/mk/Common.groovy
index ed3f4db..a348e75 100644
--- a/src/com/mirantis/mk/Common.groovy
+++ b/src/com/mirantis/mk/Common.groovy
@@ -216,7 +216,7 @@
         def dummySteps = [:]
         def stepKey
         if(step[1] instanceof List || step[1] instanceof Map){
-            for(j=0;j < step[1].size; j++){
+            for(j=0;j < step[1].size(); j++){
                 if(step[1] instanceof List){
                     stepKey = j
                 }else if(step[1] instanceof Map){