Skip to content
Snippets Groups Projects
Commit 76b84385 authored by Barnabás Czémán's avatar Barnabás Czémán
Browse files

ADD environment variables

parent f31ae049
No related branches found
No related tags found
No related merge requests found
......@@ -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
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