From 0677db158b1319a6eff82797c42ebf5d6c969387 Mon Sep 17 00:00:00 2001 From: nd <git@notandy.de> Date: Sat, 18 Jul 2020 20:45:57 +0200 Subject: [PATCH] use own docker image for linter --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa044833..d91e578f 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: -- GitLab