Skip to content
Snippets Groups Projects
Commit 18a0fa0d authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Use correct settings file

parent 089781fe
No related branches found
No related tags found
1 merge request!1Add datamodel
Pipeline #33448 failed
......@@ -16,9 +16,9 @@ test-code:
script:
- cd ldvspec
- pip install -r requirements/dev.txt
- python manage.py makemigrations
- python manage.py migrate
- python manage.py test
- python manage.py makemigrations --settings ldvspec.settings.ci
- python manage.py migrate --settings ldvspec.settings.ci
- python manage.py test --settings ldvspec.settings.ci
docker-build-master:
# Official docker image.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment