From 063e7f3ab2d109355aebda15f601043a05427e63 Mon Sep 17 00:00:00 2001 From: malavan Date: Fri, 18 Jun 2021 16:16:19 +0000 Subject: [PATCH] force test to run even if build hangs Former-commit-id: e7a68417ae133402e1f53a6dbbdabbbfc2b3edf7 --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13d82f930..2a104e9e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,15 +9,14 @@ build: artifacts: paths: - src/ + allow_failure: true make-test: - needs: ["build"] stage: test script: - make test node-redis-test: - needs: ["build"] stage: test script: - mkdir node-redis-test