From 212e810b97e09d4d36b7af4ac127c21d98c8ad0f Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Mon, 13 Aug 2018 14:12:44 +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 97023aa..8724890 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -193,7 +193,7 @@ acceptance test: name: "error logs" paths: - ${CI_PROJECT_DIR}/acceptance - stage: tests + stage: acceptance_tests allow_failure: true script: - cd ${CI_PROJECT_DIR} -- GitLab