diff --git a/Jenkinsfile-stats b/Jenkinsfile-stats index 00c3c69..e699d59 100644 --- a/Jenkinsfile-stats +++ b/Jenkinsfile-stats @@ -10,7 +10,7 @@ pipeline { } stage('Show stats') { steps { - sh "./script-stats.py" + sh "python3 ./script-stats.py" } } }