From 09078869efd9698ca28a12bebecd6d6117872f18 Mon Sep 17 00:00:00 2001 From: Markus Holzer <markus.holzer@fau.de> Date: Fri, 30 Oct 2020 10:51:03 +0100 Subject: [PATCH] Make integration pipeline necessary for MR --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 694cf47b..795ab19f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -97,6 +97,7 @@ pycodegen-integration: image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full stage: test when: manual + allow_failure: false script: # run lbmpy long test pipeline - export NUM_CORES=$(nproc --all) -- GitLab