WMGZON/.gitlab-ci.yml

9 lines
171 B
YAML
Raw Normal View History

variables:
ENVIRON: "test"
pytest:
stage: test
script:
- cd /builds/u5500327/wmgzon
- pip install -r requirements.txt
2024-01-30 21:50:35 +00:00
- pytest