This commit is contained in:
Filip Gralinski 2023-10-24 14:28:11 +02:00
parent 5d3f7ee413
commit bf2a9990fd
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages {
stage('build') {
steps {
sh 'pip install -r requirements.txt'
sh 'pip3 install -r requirements.txt'
}
}
stage('test') {