Skip to content
Snippets Groups Projects
Commit dae6a67f authored by Neda Moeini's avatar Neda Moeini
Browse files

Added postgres service.

parent a2567a70
No related branches found
No related tags found
No related merge requests found
Pipeline #83869 failed
This commit is part of merge request !60. Comments created here will be created in the context of that merge request.
......@@ -22,7 +22,7 @@ run-tox-pipeline:
POSTGRES_DB: postgres
POSTGRES_USER: nwa
POSTGRES_PASSWORD: nwa
DATABASE_URL: 'postgresql://nwa:nwa@postgres:5432/postgres'
DATABASE_URL: 'postgresql://nwa:nwa@localhost:5432/postgres'
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
# Pip's cache doesn't store the python packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment