From b5fb2482744e3da4da179e97c1c475cffc82a3a7 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sun, 14 Oct 2018 09:49:08 -0700 Subject: [PATCH] I cant spell, fixing pytho-dev to python-dev --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cd18d1d..f4bcad4c 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 pytho-dev docker + - apk add --no-cache python3 build-base python-dev docker - pip3 install pylint - pip3 install -r app/requirements.txt script: