diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74bc199..7465f3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ run tests: image: python:3.8 script: - pip install pytest pytest-cov pytest-mock pytest-flask + - pip install Flask-HTTPAuth - coverage run -m pytest - coverage report - coverage xml @@ -10,4 +11,4 @@ run tests: reports: cobertura: coverage.xml tags: - - docker \ No newline at end of file + - docker