Tests: Fix path to test script
This commit is contained in:
parent
8ea9184570
commit
54a7555cf8
1 changed files with 1 additions and 1 deletions
2
tests/modules/Jenkinsfile
vendored
2
tests/modules/Jenkinsfile
vendored
|
@ -9,7 +9,7 @@ node {
|
||||||
stage ('Run tests') {
|
stage ('Run tests') {
|
||||||
timeout(time: 12, unit: 'HOURS') {
|
timeout(time: 12, unit: 'HOURS') {
|
||||||
withCredentials([string(credentialsId: 'proxymap', variable: 'PROXYMAP')]) {
|
withCredentials([string(credentialsId: 'proxymap', variable: 'PROXYMAP')]) {
|
||||||
sh 'podman run --rm -v $PWD:/work --userns=keep-id docker.io/python:3.10-bullseye tests/modules/testall.sh'
|
sh 'podman run --rm -v $PWD:/work --userns=keep-id docker.io/python:3.10-bullseye /work/tests/modules/testall.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue