diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa04483350351ecf347eb18db560ff1cde6da792..d91e578f793653569606f0d5d291bf035eb1640a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,12 @@ -image: debian:latest +image: registry.git.cccv.de/infra/uffd/docker-images/stretch variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" DEBIAN_FRONTEND: noninteractive before_script: - - apt update - - apt -y -qq -o Dpkg::Use-Pty=0 install python3 sqlite3 locales-all git python3-flask python3-coverage python3-flask-sqlalchemy python3-pip python-ldap3 - python3 -V + - lsb_release -a - uname -a linter: