From 678c9d53684bd99dd904841585dc84445a678847 Mon Sep 17 00:00:00 2001 From: Andreas <andreasv@fsmpi.rwth-aachen.de> Date: Wed, 10 Jul 2019 15:22:16 +0200 Subject: [PATCH] fixed pylint pipeline --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cbb3907..8ef18b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,8 @@ linter: - apt install -y 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 python3-pylint - - pylint --indent-string='\t' --indent-after-paren=1 --output-format=text *.py | tee pylint.txt + - apt install -y sqlite3 locales-all git python3-flask python3-ldap3 python3-requests python3-lxml python3-icalendar python3-mysql.connector python3-requests python3-coverage pylint3 + - pylint3 --indent-string='\t' --indent-after-paren=1 --output-format=text *.py | tee pylint.txt artifacts: paths: - pylint.txt -- GitLab