diff --git a/predict/Jenkinsfile b/predict/Jenkinsfile index 8f2dc07..3ab9d56 100644 --- a/predict/Jenkinsfile +++ b/predict/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { sh 'ls -l' sh 'ls -l ./prediction_data' sh 'ls -l ./prediction_data/movies_imdb' - sh 'python ./predict.py' + sh 'python ./predict/predict.py' } } }