From ac37c1dce65eb2d87f3e59f5698573216efe69f4 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sun, 14 Oct 2018 09:41:46 -0700 Subject: [PATCH] Trying a new image in the gitlab ci pipeline --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: