Skip to content
Snippets Groups Projects

Feature/nat 217 import sites

Merged Neda Moeini requested to merge feature/NAT-217-Import-Sites into develop
Compare and Show latest version
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
+ 4
3
@@ -14,15 +14,15 @@ run-tox-pipeline:
image: python:3.10
services:
- postgres:latest
- postgres:15.4
# Change pip's cache directory to be inside the project directory since we can
# only cache local items.
variables:
POSTGRES_DB: postgres
POSTGRES_DB: gso_test_db
POSTGRES_USER: nwa
POSTGRES_PASSWORD: nwa
DATABASE_URL: 'postgresql://nwa:nwa@postgres:5432/postgres'
$DATABASE_URI_TEST: 'postgresql://nwa:nwa@postgres:5432/gso_test_db'
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
# Pip's cache doesn't store the python packages
@@ -40,6 +40,7 @@ run-tox-pipeline:
- . venv/bin/activate
script:
- export DATABASE_URI_TEST=$DATABASE_URI_TEST
- pip install tox
- tox
Loading