diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5a457ea9b5a7c8bc13a46b1e33219f82f18a1293..19b1c23cf3699519e16058625d22789b55afeb6f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ before_script:
   - pip install -r requirements/development.txt
 # To get Django tests to work you may need to create a settings file using
 # the following DATABASES:
-# 
+#
 # DATABASES = {
 #     'default': {
 #        'ENGINE': 'django.db.backends.postgresql_psycopg2',
@@ -55,5 +55,8 @@ flake8:
 test:
   variables:
     DATABASE_URL: "postgresql://postgres:postgres@postgres:5432/$POSTGRES_DB"
+    SECRET_KEY: "secret"
+    AUTHSCH_KEY: "secret"
+    AUTHSCH_SECRET: "secret"
   script:
   - python src/manage.py test