From 19be460edcc767ff6f8377f7495cd007e3793d97 Mon Sep 17 00:00:00 2001 From: Richard Feistenauer Date: Sun, 25 Oct 2020 20:05:41 +0000 Subject: [PATCH] adds dependencies to .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d5c61d4..8732671 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: "python:3.7" before_script: - python --version - - pip install coverage pytest pytest-cov pylint recordclass coverage coverage-badge + - pip install coverage pytest pytest-cov pylint recordclass coverage coverage-badge pylint-exit anybadge stages: - Static Analysis