From 25b3f2b15d26d75387aaf537250f743124ab6d54 Mon Sep 17 00:00:00 2001 From: "Tomecka, Daria M. (datom)" <tomeckadm@gmail.com> Date: Wed, 17 Aug 2016 21:55:04 +0200 Subject: [PATCH] Update .gitlab-ci.yml; add allow to fail --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb0df66..93d2945 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,4 +16,5 @@ testing: - master tags: - test - - spec2 \ No newline at end of file + - spec2 + allow_failure: true \ No newline at end of file -- GitLab