From 56f521e49cd5ad541db2d1bf8f166ca3695c85da Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 8 Jan 2025 12:25:34 +0100 Subject: [PATCH] add missing copy step of ltv signals --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35570d523..c2ca28465 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -505,6 +505,7 @@ stages: script: - *print-common-info - *update-scripts-repo + - *copy-ltv-files-to-testv-dir - python3 ci/remove_unsupported_testcases.py $PRM_FILES - *build-reference-and-dut-binaries - make clean -- GitLab