Skip to content
Snippets Groups Projects
Commit 6d6f872d authored by Bruno Burke's avatar Bruno Burke :hamburger:
Browse files

change hostname of postgres service in gitlab testing

parent 800372af
No related branches found
No related tags found
1 merge request!1Draft: Migration
Pipeline #60877 passed
......@@ -25,7 +25,7 @@ build:
test1:
variables:
DATABASE_URL: "jdbc:postgresql://localhost/docstorage?user=dbuser&password=dbpassword"
DATABASE_URL: "jdbc:postgresql://postgres/docstorage?user=dbuser&password=dbpassword"
stage: test
script:
- lein test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment