WMGZON/.gitlab-ci.yml

9 lines
171 B
YAML

variables:
ENVIRON: "test"
pytest:
stage: test
script:
- cd /builds/u5500327/wmgzon
- pip install -r requirements.txt
- pytest