Skip to content
Snippets Groups Projects
Verified Commit cb1f4784 authored by Georg Krause's avatar Georg Krause
Browse files

Test global variables for postgres

parent b569b7be
Branches
No related tags found
No related merge requests found
Pipeline #22874 failed
...@@ -2,14 +2,15 @@ stages: ...@@ -2,14 +2,15 @@ stages:
- test - test
- build - build
variables:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: funkwhale_network
tests: tests:
stage: test stage: test
services: services:
- name: timescale/timescaledb:latest-pg11 - name: timescale/timescaledb:latest-pg11
alias: db alias: db
variables:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: funkwhale_network
image: python:3.8-alpine image: python:3.8-alpine
before_script: before_script:
- apk add python3-dev build-base poetry - apk add python3-dev build-base poetry
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment