diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f443617864d0af9ff3c3d64c14fb589ca97ecdcf..fb1f6a76c7a1f94169766cfd00cb017eb32cbede 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,9 @@ 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: