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

disable sing test because it is broken

parent 619afacf
Branches
No related tags found
No related merge requests found
unittest:
image: python:3-stretch
image: debian:stretch
stage: test
script:
- apt update
- apt install python3
- 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
......@@ -17,16 +18,17 @@ unittest:
- report.txt
livetest:
image: python:3-stretch
image: debian:stretch
stage: test
script:
- apt update
- apt install python3
- python3 -V
- uname -a
- apt install -y python3-requests
- ./tests/urlcheck_sinf.py
- #./tests/urlcheck_sinf.py
deploytotest:
deploy_staging:
image: archlinux
stage: deploy
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment