diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b9d871..a2173e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ run tests: stage: test image: python:3.8 script: - - pip install pytest pytest-cov + - pip install pytest pytest-cov pytest-mock pytest-flask - coverage run -m pytest - coverage report - coverage xml