Trying a new image in the gitlab ci pipeline

This commit is contained in:
Luke Robles 2018-10-14 09:41:46 -07:00
parent 246cc1bc6c
commit 453e33771b

View File

@ -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: