From e2f641c40ec911dd9b74881b4f07f02a822123f9 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Tue, 24 Aug 2021 10:27:06 +0200 Subject: [PATCH] FIX: Pipeline commands. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fcb93b0..a6ea9ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,8 +89,8 @@ test: - echo "FILE_TO_BE_PATCHED=$FILE_TO_BE_PATCHED" - sed -e "s|std::unique_ptr<ContextAllocator> context_allocator) {}|std::unique_ptr<ContextAllocator> /*context_allocator*/) {}|" -i $FILE_TO_BE_PATCHED - cmake -DCMAKE_BUILD_TYPE=Debug .. - - cmake --build -j . - - cmake --build -j . --target unit_test_coverage + - cmake --build . -j + - cmake --build . -j --target unit_test_coverage # trigger the integration tests trigger_inttest: -- GitLab