pipeline {
agent {
dockerfile true
}
stages {
stage('Test') {
steps {
sh './download.sh'
sh 'python3 ./Zajecia2/main.py'