fix Jenkinsfile app

This commit is contained in:
2021-11-20 08:06:31 +00:00
parent 5689af69a8
commit 2f05965237

2
Jenkinsfile vendored
View File

@@ -20,7 +20,7 @@ pipeline {
stage('Test Inside') { stage('Test Inside') {
steps{ steps{
script { script {
testapp.inside("-u root:root") { app.inside("-u root:root") {
sh 'pytest -v' sh 'pytest -v'
} }
} }