diff --git a/Jenkinsfile b/Jenkinsfile index ab25a08..161c36b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('build') { steps { - sh 'pip install -r requirements.txt' + sh 'pip3 install -r requirements.txt' } } stage('test') {