From 02d5f092064a84fd7104fdb50bf19bc6d9ce9265 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