From e0405ad9cad72c0b1b2cf362beec3ef96c064b23 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sun, 14 Oct 2018 09:48:32 -0700 Subject: [PATCH] throw more packages at it and see if it builds --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04a357db..4cd18d1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ stages: linting: stage: linting before_script: - - apk add --no-cache python3 build-base docker + - apk add --no-cache python3 build-base pytho-dev docker - pip3 install pylint - pip3 install -r app/requirements.txt script: