From dbe23d731e506e07295339b7980f2054f9675c59 Mon Sep 17 00:00:00 2001 From: Simon Praetorius <simon.praetorius@tu-dresden.de> Date: Tue, 10 Dec 2024 10:53:34 +0100 Subject: [PATCH] Remove the variable DUNE_RUNNING_IN_CI from the local gitlab-ci, since already set in the docker image --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2da4d6364..3aec4f826 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,8 +13,6 @@ variables: DUNECI_TEST_LABELS: quick DUNE_TEST_EXPECTED_VC_IMPLEMENTATION: SSE2 PIP_DEFAULT_TIMEOUT: 0 - # Note: DUNE_RUNNING_IN_CI only needed unti ci image updating fixed on gitlab - DUNECI_CMAKE_FLAGS: '-DDUNE_RUNNING_IN_CI=TRUE' DUNE_LOG_LEVEL: DEBUG debian:11 gcc-10-20-expensive: -- GitLab