diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 99031431c1c3dc103aa864f477df1533ef7d8699..797f9d4ddd81b3b03d917cb652b52cd911259caf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,9 +6,12 @@ unittest: - apt install -y sqlite3 python3 locales-all python3-flask python3-ldap3 python3-requests python3-lxml python3-icalendar python3-mysql.connector python3-requests python3-coverage git - python3 -V - uname -a - - ./tests.py - python3 -m coverage run tests.py + - python3 -m coverage report + - python3 -m coverage report -m > report.txt - python3 -m coverage html artifacts: paths: - - htmlcov/* \ No newline at end of file + - htmlcov/* + - .coverage + - report.txt \ No newline at end of file