diff --git a/Jenkinsfile b/Jenkinsfile index bb0abc68e..d9e7a07b1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -145,7 +145,7 @@ pipeline { withTools(params.TOOLS_VERSION) { withVenv { script { - if (fileExists("$DOWNLOAD_DIRNAME/example_bare_metal_vww.xe")) { + if (fileExists("$DOWNLOAD_DIRNAME/example_bare_metal_vww_test.xe")) { withXTAG("$SDK_TEST_RIG_TARGET") { adapterID -> sh "test/examples/run_bare_metal_vww_tests.sh $adapterID" } @@ -163,4 +163,4 @@ pipeline { cleanWs() } } -} \ No newline at end of file +}