diff --git a/Jenkinsfile b/Jenkinsfile index d57150f9c9..3a4f3e0553 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -273,7 +273,7 @@ pipeline { } stage('Reports') { steps { - sh 'find . -maxdepth 3 -type f -wholename "*/reports/*" -print -exec cat \\{\\} \\;' + sh 'find . -maxdepth 3 -type f -wholename "*/global_reports/*" -print -exec cat \\{\\} \\;' run_in_pyenv('python -m spinn_utilities.executable_finder') } } diff --git a/README.md b/README.md index 30132b9ccd..eaf6a58f82 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ [![Jenkins tests](https://img.shields.io/jenkins/tests?compact_message&jobUrl=http%3A%2F%2Fapollo.cs.man.ac.uk%3A8080%2Fjob%2FIntegration%2520Tests%2Fjob%2Fmain%2F&label=integration%20tests)](http://apollo.cs.man.ac.uk:8080/blue/organizations/jenkins/Integration%20Tests/activity/) - # IntegrationTests Integration Tests unified over all repositories