diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9631211..d9af321 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,4 +27,8 @@ test job: - pip3 install --upgrade setuptools - pip3 install Flask gunicorn pytest pytest-cov - pip3 install pendulum - - pytest tests --cov --cov-report term --cov-report html \ No newline at end of file + - pytest tests --cov --cov-report term --cov-report html --junitxml=report.xml + artifacts: + when: always + reports: + juint: report.xml \ No newline at end of file