From b191a73333f9630c06bc4ae66623c1f6d752b3a8 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sun, 14 Oct 2018 09:52:11 -0700 Subject: [PATCH] I needed python3-dev, tested in a local docker container --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4bcad4c..f65b4d9c 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 python-dev docker + - apk add --no-cache python3 python3-dev build-base docker - pip3 install pylint - pip3 install -r app/requirements.txt script: