From 4808092e3ae50328dfb29dccfdea4866a41b41ea Mon Sep 17 00:00:00 2001 From: Pascal Bauer Date: Thu, 8 Dec 2022 16:28:18 +0100 Subject: [PATCH] exclude thirdparty gpu Signed-off-by: Pascal Bauer --- fpga/.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/fpga/.gitlab-ci.yml b/fpga/.gitlab-ci.yml index c57867823..b3d82d542 100644 --- a/fpga/.gitlab-ci.yml +++ b/fpga/.gitlab-ci.yml @@ -73,6 +73,7 @@ test:cppcheck: src/ lib/ tests/unit/ | tee cppcheck.log + -igpu/thirdparty image: ${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV} dependencies: - build:source