Skip to content
Snippets Groups Projects
Commit f0ae8778 authored by Bethea Davida's avatar Bethea Davida
Browse files

Update .gitlab-ci.yml

parent cb88d55b
Branches
No related merge requests found
Pipeline #4503 failed
......@@ -29,13 +29,13 @@ before_script:
# To get Django tests to work you may need to create a settings file using
# the following DATABASES:
#
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'ppl',
'USER': production_secrets['DB_USER'],
'PASSWORD': production_secrets['DB_PASSWORD'],
}
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'ppl',
'USER': production_secrets['DB_USER'],
'PASSWORD': production_secrets['DB_PASSWORD'],
}
}
# and then adding `--settings app.settings.ci` (or similar) to the test command
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment