/ ‘.gitlab-ci.yml’

This commit is contained in:
Dooho Yi 2020-04-11 16:35:24 +09:00
parent 95c010a116
commit f73eb4c7e8

View file

@ -1,7 +1,5 @@
image: python:3.7-alpine
build:
stage: build
script:
- apk update && apk add make
- pip install -r requirements.txt