diff --git a/lab8/Jenkinsfile.mlflow b/lab8/Jenkinsfile.mlflow index d4f843d..a796e67 100644 --- a/lab8/Jenkinsfile.mlflow +++ b/lab8/Jenkinsfile.mlflow @@ -7,9 +7,8 @@ pipeline { stages { stage('Stage') { steps { - sh 'cd lab8' sh 'ls -la' - sh "python predictMlflow.py" + sh "python lab8/predictMlflow.py" } } }