/ ‘.gitlab-ci.yml’
This commit is contained in:
parent
95c010a116
commit
f73eb4c7e8
1 changed files with 1 additions and 3 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
image: python:3.7-alpine
|
image: python:3.7-alpine
|
||||||
|
|
||||||
build:
|
|
||||||
stage: build
|
|
||||||
script:
|
script:
|
||||||
- apk update && apk add make
|
- apk update && apk add make
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue