diff --git a/Jenkinsfile_predict b/Jenkinsfile_predict index 3082f02..5872c2f 100644 --- a/Jenkinsfile_predict +++ b/Jenkinsfile_predict @@ -44,7 +44,7 @@ pipeline { } steps { sh 'ls -a' - sh 'python ./ium_z487173/predictions.py' + sh 'python ./ium_z487173/predict.py' archiveArtifacts 'prediction.csv' archiveArtifacts 'metrics.csv' }