From 7f3035c0793db8e34faa18aa9c11d28e60bcb44d Mon Sep 17 00:00:00 2001 From: Dmytro Date: Fri, 8 Nov 2024 19:52:18 -0800 Subject: [PATCH] aga --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e595f3e..e503215 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { stage('Test') { steps { - bat '"x64\\Debug\\test_repos.exe" --gtest_output="xml:test_report.xml"' + bat '"x64\\Release\\test_repos.exe" --gtest_output="xml:test_report.xml"' } }}