diff --git a/Jenkinsfile_predict b/Jenkinsfile_predict index 0d11286..84f7ffe 100644 --- a/Jenkinsfile_predict +++ b/Jenkinsfile_predict @@ -16,7 +16,7 @@ pipeline { } stage('Predict example value'){ steps { - 'sh 'python3 "./lab_09_predict.py"'' + sh 'python3 "./lab_09_predict.py"' } } }