diff --git a/Jenkinsfile b/Jenkinsfile index 4b91092..3117449 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { args '-e DJANGO_SETTINGS_MODULE="locallibrary.settings"'} } steps { - sh 'pip3 install --user -r requirements.txt' + sh 'pip install -r requirements.txt' sh 'python -m pytest catalog/tests/' sh 'python -m xmlrunner discover -p *_test.py' }