13 lines
293 B
YAML
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 &
|