diff --git a/training.Jenkinsfile b/training.Jenkinsfile index 661bc4d..45cdd53 100644 --- a/training.Jenkinsfile +++ b/training.Jenkinsfile @@ -18,7 +18,7 @@ pipeline { } stage('Train model') { steps { - sh 'python ium-data.py' + sh 'python biblioteki_ml.py' } } stage('Archive model') {