update
This commit is contained in:
parent
03a26d98b4
commit
4038adf14d
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -12,7 +12,7 @@ pipeline {
|
|||
stage('Test') {
|
||||
steps {
|
||||
echo 'Running tests...'
|
||||
sh 'python3 ./test.py'
|
||||
sh 'python3 test.py'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue