Adapt CI to new structure

This commit is contained in:
fnux 2020-05-07 12:13:48 +02:00
parent 95d43f002f
commit 1245c191c0
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ run-tests:
before_script:
- dnf install -y python3-devel python3-pip python3-coverage libpq-devel openldap-devel gcc chromium
script:
- cd uncloud_django_based/uncloud
- pip install -r requirements.txt
- cp uncloud/secrets_sample.py uncloud/secrets.py
- coverage run --source='.' ./manage.py test
- coverage report