Skip to content
Snippets Groups Projects
Commit f5e1df0e authored by Andreas Valder's avatar Andreas Valder
Browse files

Update .gitlab-ci.yml

parent f02d3c96
No related branches found
No related tags found
No related merge requests found
before_script:
- apt update
- apt install -y python3
- python3 -V
- uname -a
unittest:
image: debian:stretch
stage: test
script:
- apt update
- 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
- apt install -y sqlite3 locales-all git python3-flask python3-ldap3 python3-requests python3-lxml python3-icalendar python3-mysql.connector python3-requests python3-coverage
- python3 -m coverage run tests.py
- python3 -m coverage report --include "./*"
- python3 -m coverage report -m --include "./*" > report.txt
......@@ -20,8 +23,5 @@ livetest:
image: debian:stretch
stage: test
script:
- apt update
- apt install -y python3 python3-requests
- python3 -V
- uname -a
- apt install -y python3-requests
- ./tests/urlcheck_sinf.py
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment