diff --git a/Jenkinsfile b/Jenkinsfile index af3c8c7..784a43d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stage('Run shell script') { steps { script { - sh './scripts/data_processing.sh' + sh './data_processing.sh' } } post {