diff --git a/Jenkinsfile_predict_coop b/Jenkinsfile_predict_coop index 28e59bb..3e7a5c7 100644 --- a/Jenkinsfile_predict_coop +++ b/Jenkinsfile_predict_coop @@ -9,8 +9,7 @@ pipeline { stages { stage('Predict from MLFlow registry') { steps { - sh "ls -al" - sh "python3 lab09_predict_coop.py" + sh "python3 lab_09_predict_coop.py" } } }} \ No newline at end of file