WMGZON/.gitlab-ci.yml

11 lines
239 B
YAML
Raw Normal View History

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