From 0ff251fde204c9fbc99a7595a454ac26eba35080 Mon Sep 17 00:00:00 2001
From: Grzegorz Rola <grola@seostudio.pl>
Date: Mon, 13 Aug 2018 14:14:18 +0200
Subject: [PATCH] added gitlab CI files

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8724890..97023aa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -193,7 +193,7 @@ acceptance test:
     name: "error logs"
     paths:
       - ${CI_PROJECT_DIR}/acceptance
-  stage: acceptance_tests
+  stage: tests
   allow_failure: true
   script:
     - cd ${CI_PROJECT_DIR}
-- 
GitLab