summaryrefslogtreecommitdiff
path: root/tools/ci/jobs
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci/jobs')
-rwxr-xr-xtools/ci/jobs/gitstatsh.sh2
-rw-r--r--tools/ci/jobs/windowstest.cmd4
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/ci/jobs/gitstatsh.sh b/tools/ci/jobs/gitstatsh.sh
index 376d31f43..e4f6dfbb9 100755
--- a/tools/ci/jobs/gitstatsh.sh
+++ b/tools/ci/jobs/gitstatsh.sh
@@ -13,7 +13,7 @@ check_error $?
git log --stat --no-merges --summary --decorate=false >repo_log
check_error $?
cd gitstatsh/v1
-python main.py ManaPlus ../../repo_log
+python main.py ManaVerse ../../repo_log
check_error $?
mv web ../../stats2
check_error $?
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