Fixed broken CI

This commit is contained in:
Eliot Berriot 2018-04-02 19:16:34 +02:00
parent 77c6bd5839
commit 4f50eb50fb
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ test_api:
DATABASE_URL: "postgresql://postgres@postgres/postgres" DATABASE_URL: "postgresql://postgres@postgres/postgres"
FUNKWHALE_URL: "https://funkwhale.ci" FUNKWHALE_URL: "https://funkwhale.ci"
CACHEOPS_ENABLED: "false" CACHEOPS_ENABLED: "false"
DJANGO_SETTINGS_MODULE: config.settings.local
before_script: before_script:
- cd api - cd api