restart minion prior to salt formula
diff --git a/tcp_tests/templates/virtual-mcp-ocata-ovs/salt.yaml b/tcp_tests/templates/virtual-mcp-ocata-ovs/salt.yaml
index 0772a15..6c58458 100644
--- a/tcp_tests/templates/virtual-mcp-ocata-ovs/salt.yaml
+++ b/tcp_tests/templates/virtual-mcp-ocata-ovs/salt.yaml
@@ -237,8 +237,8 @@
   skip_fail: false
 
 - description: Run 'salt' formula on cfg01 with workaround proposed in PROD-10894
-  cmd: salt-call --hard-crash --state-output=mixed --state-verbose=False state.sls salt;
-    systemctl restart salt-minion;
+  cmd: systemctl restart salt-minion;
+    salt-call --hard-crash --state-output=mixed --state-verbose=False state.sls salt;
   node_name: {{ HOSTNAME_CFG01 }}
   retry: {count: 2, delay: 5}
   skip_fail: false