/ ‘.gitlab-ci.yml’

This commit is contained in:
Dooho Yi 2020-04-11 16:36:42 +09:00
parent f73eb4c7e8
commit e63c666f5b

View file

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