From 7a5fbfa9f865cf3b1ea49e3a8da8ad9eac0cb9bc Mon Sep 17 00:00:00 2001
From: nd <git@notandy.de>
Date: Sun, 19 Jul 2020 11:43:21 +0200
Subject: [PATCH] write more debug output in ci script

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28f6ecce..46632819 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,13 +1,14 @@
 image: registry.git.cccv.de/infra/uffd/docker-images/buster
 
 variables:
-  PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
   DEBIAN_FRONTEND: noninteractive 
 
 before_script:
   - python3 -V
   - lsb_release -a
   - uname -a
+  - python3 -m pylint --version
+  - python3 -m coverage --version
 
 linter:
   stage: test
-- 
GitLab