From 62f74fbdad1bb483136c44e85f429194927c0fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20L=C3=BCbke?= Date: Wed, 6 Jul 2022 12:53:58 +0200 Subject: [PATCH] Fix pipeline when running on multiple runners --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d9fe39..1a82eb1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ build_release: expire_in: 100s script: - mkdir build && cd build - - cmake -DCMAKE_BUILD_TYPE=GenericOpt -DENABLE_TESTING=ON .. + - cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTING=ON .. - make -j$(nproc) test: