aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-05-27 16:00:02 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-05-27 16:00:02 -0700
commit6918fced32c7cb8c351692b0fd5e87dd3ed734a2 (patch)
treedf4bc4c079f572c784913078691b934f9a58b338 /.gitlab-ci.yml
parentb7a487a102baf48ef040b072e43e1f0a571e6c86 (diff)
downloadfatcat-6918fced32c7cb8c351692b0fd5e87dd3ed734a2.tar.gz
fatcat-6918fced32c7cb8c351692b0fd5e87dd3ed734a2.zip
fix another CI typo
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 42001d97..3eedb459 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,8 +5,8 @@ rust_test:
POSTGRES_DB: "fatcat_test"
POSTGRES_USER: "fatcat_user"
POSTGRES_PASSWORD: "fatcat_pw"
- DATABASE_URL: "postgres://fatcat_user:fatcat_pw:@postgres/fatcat_test"
- TEST_DATABASE_URL: "postgres://fatcat_user:fatcat_pw:@postgres/fatcat_test"
+ DATABASE_URL: "postgres://fatcat_user:fatcat_pw@postgres/fatcat_test"
+ TEST_DATABASE_URL: "postgres://fatcat_user:fatcat_pw@postgres/fatcat_test"
services:
- "postgres:9.6"
before_script: