Changed directory in ci/cd pipeline

This commit is contained in:
2024-01-15 18:23:39 +00:00
parent 7b12c29319
commit bf368e6f27
3 changed files with 12 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
pytest:
stage: test
script:
- cd wmgzon
- python -m venv .venv
- source ./.venv/scripts/activate
- pip install -r requirements.txt