diff --git a/Jenkinsfile_predict_coop b/Jenkinsfile_predict_coop index 9f6fcfd..134d3cc 100644 --- a/Jenkinsfile_predict_coop +++ b/Jenkinsfile_predict_coop @@ -9,6 +9,7 @@ pipeline { stages { stage('Predict from MLFlow registry') { steps { + sh "cd /tmp" sh "ls -al" sh "python3 lab_09_predict_coop.py"