diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f15279fdb6881f26053ff4fe9c9d2563a2d1254d..a0f337380f76574477292b21062298c3ea26ba23 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,6 +77,7 @@ build:
     - printenv
     - set -x
     - setup_docker
+    - which build || echo "No buid script"
     - build || sleep 300
   only:
     - branches
@@ -86,7 +87,7 @@ test:
     - postgres:latest
   variables:
     POSTGRES_DB: test
-    DJANGO_SETTINGS_MODULE: ci
+    DJANGO_SETTINGS_MODULE: birding.settings.ci
   stage: test
   image: gliderlabs/herokuish:latest
   script: