From 557613a1a492f2034b089c6d4671ba259e6236aa Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 18 Dec 2020 00:09:09 +0200
Subject: [PATCH] Don't allow failures in CI.

Shouldn't have beem merged this way.
---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7e48273..a0ebde8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,6 @@ pre-commit:
 test:
   stage: test
   image: $project:$version-slim
-  allow_failure: true
   before_script:
     - apt-get update
     - >-
-- 
GitLab