Use the correct password for the gitlab ci test setup

This commit is contained in:
Timothy Warren 2016-07-19 11:34:38 -04:00
parent a7df1a0d0b
commit f0704ed35e
2 changed files with 3 additions and 12 deletions

View File

@ -18,9 +18,9 @@ variables:
test:5.6: test:5.6:
image: php:5.6 image: php:5.6
script: script:
- phpunit -c build - phpunit -c build --no-coverage
test:7: test:7:
image: php:7 image: php:7
script: script:
- phpunit -c build - phpunit -c build --no-coverage

View File

@ -6,7 +6,7 @@
"name":"my", "name":"my",
"alias":"my", "alias":"my",
"prefix":"create_", "prefix":"create_",
"pass":"" "pass":"test"
}, },
"pgsql": { "pgsql": {
"host":"postgres", "host":"postgres",
@ -16,14 +16,5 @@
"pass":"test", "pass":"test",
"prefix":"create_", "prefix":"create_",
"port":5432 "port":5432
},
"oci": {
"host":"localhost",
"database":"query_test",
"name": "oci",
"user": "query_test",
"pass": "test",
"prefix": "create_",
"port":49161
} }
} }