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
|
image: docker:latest
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- python:3.6.2-alpine3.6
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- linting
|
- linting
|
||||||
@ -9,7 +9,7 @@ stages:
|
|||||||
linting:
|
linting:
|
||||||
stage: linting
|
stage: linting
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache python3 build-base
|
- apk add --no-cache python3 build-base docker
|
||||||
- pip3 install pylint
|
- pip3 install pylint
|
||||||
- pip3 install -r app/requirements.txt
|
- pip3 install -r app/requirements.txt
|
||||||
script:
|
script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user