From 52eff56e7dc9012d7c65ded1c0dcc62df0b144d0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Kucha=C5=99?= <honza.kuchar@grifart.cz>
Date: Sun, 8 May 2016 21:46:02 +0200
Subject: [PATCH] fix-ci?

---
 .gitlab-ci.yml     | 2 +-
 tests/php-unix.ini | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e538a59..64a322f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,5 +8,5 @@ build_app:
     - grifart/php7.0-with-gulp-and-all-php-modules
   script:
     - gulp
-    - vendor\bin\tester tests -s -c tests\php-unix.ini
+    - vendor/bin/tester tests -s -c tests/php-unix.ini
 
diff --git a/tests/php-unix.ini b/tests/php-unix.ini
index a47909f..856d776 100644
--- a/tests/php-unix.ini
+++ b/tests/php-unix.ini
@@ -1,3 +1,3 @@
 [PHP]
 ;extension_dir = "./ext"
-;extension=json.so
+extension=pgsql.so
-- 
GitLab