pix360core/.gitlab-ci.yml
2023-10-31 10:28:03 +01:00

13 lines
293 B
YAML

stages:
- test
test:
stage: test
script:
- git clone https://kumig.it/kumisystems/pix360.git project
- cd project
- pip install -Ur requirements.txt
- pip install ..
- python manage.py migrate
- python manage.py installmodules
- python manage.py runserver &