diff --git a/Jenkinsfile b/Jenkinsfile index 696c20e..f8b016e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { } steps { - sh 'python test_app.py' + sh '. .venv/bin/activate && python test_app.py' } }