diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index 7576658..8a6daa2 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -44,7 +44,7 @@ pipeline { } steps { sh 'ls -a' - sh 'python ./ium_z444439/prediction.py' + sh 'python ./ium_z444439/predictions.py' sh 'python ./ium_z444439/plot.py' archiveArtifacts 'prediction.csv' archiveArtifacts 'metrics.csv'