diff --git a/Jenkinsfile b/Jenkinsfile index 3783e15..3a90c00 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ dockerizedBuildPipeline( pip3 install -r requirements-dev.txt python -m xmlrunner discover -o test-results/ # hot mess to uninstall dev requirements before we self scan. probably should move to pipenv - pip3 uninstall -r requirements-dev.txt + pip3 uninstall -r requirements-dev.txt -y ''' }, deployBranch: 'main',