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

Update .gitlab-ci.yml

parent 76b5febb
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ unittest: ...@@ -3,7 +3,7 @@ unittest:
stage: test stage: test
script: script:
- apt update - apt update
- apt install python3 - apt install -y python3
- python3 -V - python3 -V
- uname -a - 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 - apt install -y sqlite3 locales-all git python3-flask python3-ldap3 python3-requests python3-lxml python3-icalendar python3-mysql.connector python3-requests python3-coverage
...@@ -22,7 +22,7 @@ livetest: ...@@ -22,7 +22,7 @@ livetest:
stage: test stage: test
script: script:
- apt update - apt update
- apt install python3 - apt install -y python3
- python3 -V - python3 -V
- uname -a - uname -a
- apt install -y python3-requests - apt install -y python3-requests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment