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

Fixed pipeline problem.

parent ac63a692
No related branches found
No related tags found
No related merge requests found
Pipeline #83872 failed
This commit is part of merge request !60. Comments created here will be created in the context of that merge request.
...@@ -19,10 +19,10 @@ run-tox-pipeline: ...@@ -19,10 +19,10 @@ run-tox-pipeline:
# Change pip's cache directory to be inside the project directory since we can # Change pip's cache directory to be inside the project directory since we can
# only cache local items. # only cache local items.
variables: variables:
POSTGRES_DB: nwa-workflows-test POSTGRES_DB: gso_test_db
POSTGRES_USER: nwa POSTGRES_USER: nwa
POSTGRES_PASSWORD: nwa POSTGRES_PASSWORD: nwa
$DATABASE_URI_TEST: 'postgresql://nwa:nwa@postgres:5432/nwa-workflows-test' $DATABASE_URI_TEST: 'postgresql://nwa:nwa@postgres:5432/gso_test_db'
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
# Pip's cache doesn't store the python packages # 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