syng/.gitlab/.gitlab-webide.yml

6 lines
96 B
YAML
Raw Normal View History

2022-12-01 19:46:47 +00:00
terminal:
2022-12-01 20:45:28 +01:00
image: python:alpine
before_script:
- pip install poetry
- poetry install