diff --git a/Jenkinsfile b/Jenkinsfile index d45afe0..a8c4c61 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline{ stages{ stage('Test') { steps { - sh 'python3 ./script2.py' + sh 'python ./script2.py' } } stage('Stage 1'){