From 65a9a85456bb3f6c5c6dfe2df692960d71faac94 Mon Sep 17 00:00:00 2001 From: Pascal Bauer Date: Thu, 8 Dec 2022 16:31:29 +0100 Subject: [PATCH] fixed pipe before parameter Signed-off-by: Pascal Bauer --- fpga/.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fpga/.gitlab-ci.yml b/fpga/.gitlab-ci.yml index b3d82d542..1b7b7dbe1 100644 --- a/fpga/.gitlab-ci.yml +++ b/fpga/.gitlab-ci.yml @@ -72,8 +72,8 @@ test:cppcheck: gpu/ src/ lib/ - tests/unit/ | tee cppcheck.log - -igpu/thirdparty + tests/unit/ + -igpu/thirdparty | tee cppcheck.log image: ${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV} dependencies: - build:source