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