From e8a2d635662df834932998a616235a73015aa2ae Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Fri, 30 Aug 2024 17:26:17 +0530 Subject: [PATCH] Fix compilation fixup variable --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 492d91a..c0cc815 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: SOURCE_FOLDER: "." - COMPILATION_FIXUP: "cmake" + COMPILATION_FIXUP: "cmake ." include: - project: 'iopsys/gitlab-ci-pipeline'