diff --git a/templates/haf_app_testing.gitlab-ci.yml b/templates/haf_app_testing.gitlab-ci.yml index 1cab222e010042ef9d0e3dcba83d1e695ad631e7..f7d1fa0ac972f100e36f6d8aad51e8a55bc5f855 100644 --- a/templates/haf_app_testing.gitlab-ci.yml +++ b/templates/haf_app_testing.gitlab-ci.yml @@ -327,7 +327,8 @@ include: stage: build image: alpine:latest variables: - HAF_COMMIT: "" # Must be set by derived job + # HAF_COMMIT should come from global variables or be set in derived job + # Do NOT set a default here as it would override global variables HAF_INCLUDE_REF: "" # Should match the 'ref' in your HAF include HAF_SUBMODULE_PATH: "haf" # Path to HAF submodule before_script: