WMGZON/.gitlab-ci.yml

11 lines
258 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-21 21:58:45 +00:00
- pytest --disable-warnings