Push the actual scenarios data

Issue: INFRA-243
Change-Id: I6fa08c5066cc9f10e09c8b3dfe883285320d0542
diff --git a/deploy.py b/deploy.py
index e8049b9..d768583 100755
--- a/deploy.py
+++ b/deploy.py
@@ -500,7 +500,7 @@
             self.scenarios_data_path,
             self.target_scenarios_data_path,
         )
-        device.push(self.scenarios_path, self.target_scenarios_data_path)
+        device.push(self.scenarios_data_path, self.target_scenarios_data_path)
 
     def install_suite(self, device: DeviceUnderTest) -> None:
         """Install the suite apps on a device.