Trying a new image in the gitlab ci pipeline
This commit is contained in:
parent
246cc1bc6c
commit
453e33771b
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user