diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d155c3..5164039 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,9 +18,9 @@ variables: test:5.6: image: php:5.6 script: - - phpunit -c build + - phpunit -c build --no-coverage test:7: image: php:7 script: - - phpunit -c build \ No newline at end of file + - phpunit -c build --no-coverage \ No newline at end of file diff --git a/tests/settings-ci.json b/tests/settings-ci.json index 0c632ae..e69e3dd 100644 --- a/tests/settings-ci.json +++ b/tests/settings-ci.json @@ -6,7 +6,7 @@ "name":"my", "alias":"my", "prefix":"create_", - "pass":"" + "pass":"test" }, "pgsql": { "host":"postgres", @@ -16,14 +16,5 @@ "pass":"test", "prefix":"create_", "port":5432 - }, - "oci": { - "host":"localhost", - "database":"query_test", - "name": "oci", - "user": "query_test", - "pass": "test", - "prefix": "create_", - "port":49161 } } \ No newline at end of file