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

Fixed pipeline problem.

parent 5ce12edd
No related branches found
No related tags found
No related merge requests found
Pipeline #83889 passed
......@@ -22,7 +22,7 @@ run-tox-pipeline:
POSTGRES_DB: gso-test-db
POSTGRES_USER: gso
POSTGRES_PASSWORD: gso
DATABASE_URI_TEST: 'postgresql://gso:gos@postgres:5432/gso-test-db'
DATABASE_URI_TEST: 'postgresql://gso:gso@postgres:5432/gso-test-db'
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