diff --git a/Jenkinsfile b/Jenkinsfile index 1495902..a77b0db 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { stage('Test') { steps { - sh "test --gtest_output=xml:test_report.xml" + sh "./test --gtest_output=xml:test_report.xml" } } }