diff options
Diffstat (limited to 'tools/ci/jobs/windowstest.cmd')
-rw-r--r-- | tools/ci/jobs/windowstest.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ci/jobs/windowstest.cmd b/tools/ci/jobs/windowstest.cmd index 5fcd9099c..25e298133 100644 --- a/tools/ci/jobs/windowstest.cmd +++ b/tools/ci/jobs/windowstest.cmd @@ -3,6 +3,6 @@ cd test mkdir %1 xcopy /s C:\gitlabrunner\%1 %1 cd %1 -copy ..\..\src\manaplustests.exe .\ +copy ..\..\src\manaversetests.exe .\ dir -manaplustests.exe +manaversetests.exe |