WMGZON/.gitlab-ci.yml

11 lines
240 B
YAML
Raw Normal View History

variables:
2024-01-30 21:56:02 +00:00
APPSECRET: "test"
ENVIRON: "test"
2024-01-30 21:56:02 +00:00
FILESTORE: "static/assets/img/products/"
pytest:
stage: test
script:
- cd /builds/u5500327/wmgzon
- pip install -r requirements.txt
2024-01-30 21:50:35 +00:00
- pytest