This commit is contained in:
Ramón Vásquez 2025-10-29 13:20:53 -03:00
parent 1ae8431252
commit 03a26d98b4

2
Jenkinsfile vendored
View file

@ -12,7 +12,7 @@ pipeline {
stage('Test') {
steps {
echo 'Running tests...'
sh 'python ./test.py'
sh 'python3 ./test.py'
}
}
}