update jenkinsfile

This commit is contained in:
Maciej Czajka 2022-04-02 12:47:47 +02:00
parent 21af8472d1
commit 837914fb0b

View File

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