diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 073d6280..04a357db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ image: docker:latest services: - - docker:dind + - python:3.6.2-alpine3.6 stages: - linting @@ -9,7 +9,7 @@ stages: linting: stage: linting before_script: - - apk add --no-cache python3 build-base + - apk add --no-cache python3 build-base docker - pip3 install pylint - pip3 install -r app/requirements.txt script: