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

Update .gitlab-ci.yml

parent 3272a04e
Branches
No related merge requests found
Pipeline #4505 failed with stage
in 20 seconds
......@@ -29,15 +29,15 @@ before_script:
# To get Django tests to work you may need to create a settings file using
# the following DATABASES:
#
variables:
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'ppl',
'USER': production_secrets['DB_USER'],
'PASSWORD': production_secrets['DB_PASSWORD'],
}
}
# variables:
# 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
test:
......
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