diff --git a/Jenkinsfile b/Jenkinsfile index 15ce66f67..933d55346 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { allowMissing: false, alwaysLinkToLastBuild: true, keepAll: true, - reportDir: '/Users/synctesting/.jenkins/workspace/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/SyncIntegrationTests/results', + reportDir: '/Users/synctesting/.jenkins/workspace/fenix/app/src/androidTest/java/org/mozilla/fenix/syncintegration/results', reportFiles: 'index.html', reportName: 'HTML Report']) }