From 2fa7e84c1434b63637f922dc2ac99c376de01ca8 Mon Sep 17 00:00:00 2001 From: Klaudia Date: Thu, 11 May 2023 19:58:38 +0200 Subject: [PATCH] fix --- Jenkinsfile_evaluation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'