Skip to content
Snippets Groups Projects
Commit 9916fb9b authored by Julian Oes's avatar Julian Oes
Browse files

Jenkins: fix path to test results

parent 73c22bd6
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ pipeline {
steps {
sh 'export'
sh 'make px4_sitl_test test_results_junit'
junit 'build/px4_sitl_default/JUnitTestResults.xml'
junit 'build/px4_sitl_test/JUnitTestResults.xml'
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment