update jenkinsfile

This commit is contained in:
Maciej Czajka 2022-04-01 13:37:42 +02:00
parent 3097960b7f
commit 8e2968b5e2

View File

@ -6,7 +6,7 @@ stages {
stage('Test') {
steps {
sh './download.sh'
sh 'python3 ./Zajecia2/main.py'
sh 'python3 ./Zajecia_2/main.py'
}
}
}