From 27c9a26fae399bae29736212de2c32f58aad10ca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Kucha=C5=99?= <honza.kuchar@grifart.cz>
Date: Thu, 27 Apr 2017 10:14:07 +0200
Subject: [PATCH] CI: fixed Linux directory separator

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5fb1faa..d1e2cb3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,4 +9,4 @@ tests-php7.1:
   before_script:
     - composer install --ansi --no-interaction
   script:
-    - vendor\bin\tester -c tests\php.ini tests
+    - vendor/bin/tester -c tests/php.ini tests
-- 
GitLab