From 743553f0d51b0c0740c0b0536a963bc378c5cd1a 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:13:09 +0200
Subject: [PATCH] CI: added GitLab CI

---
 .gitlab-ci.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..5fb1faa
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,12 @@
+stages:
+- tests
+
+tests-php7.1:
+  stage: tests
+  tags: ["grifart/php7.1-with-gulp-and-all-php-modules"]
+  image: grifart/php7.1-with-gulp-and-all-php-modules
+  
+  before_script:
+    - composer install --ansi --no-interaction
+  script:
+    - vendor\bin\tester -c tests\php.ini tests
-- 
GitLab