From 0d75a4c4d5391548f0caa7e8965d021170f8be84 Mon Sep 17 00:00:00 2001
From: Sven Marcus <s.marcus@outlook.de>
Date: Tue, 20 Dec 2022 13:45:29 +0100
Subject: [PATCH] Adds always as condition for hpc jobs

---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 542ef02cb..31bf267fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -147,7 +147,9 @@ build_poiseuille_test_container:
 
   rules:
     - if: $REMOTE_USER && $REMOTE_HOST && $PRIVATE_KEY && $CI_PIPELINE_SOURCE == "schedule"
+      when: always
     - when: manual
+      allow_failure: true
 
   tags:
     - linux
@@ -218,7 +220,9 @@ gcc_9_python_hpc_test:
 
   rules:
     - if: $REMOTE_USER && $REMOTE_HOST && $PRIVATE_KEY && $CI_PIPELINE_SOURCE == "schedule"
+      when: always
     - when: manual
+      allow_failure: true
 
   before_script:
     - pip install hpc-rocket
-- 
GitLab