From 9bd119e6605eb18d2e47f5e4cb8eae3defe387d8 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Wed, 13 Jun 2018 10:56:19 -0700 Subject: [PATCH] guess i cant get away with not installing requirements for linting --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1cef16eb..e8a7213d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ linting: before_script: - apk add --no-cache python3 - pip3 install pylint + - pip3 install -r app/requirements.txt script: - pylint -E app/*.py