From 8674ee0df93d893c1ec917e306ed86e12d16531a Mon Sep 17 00:00:00 2001 From: knj Date: Tue, 30 Jan 2024 15:37:31 +0100 Subject: [PATCH] use template with testv setup --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e45d569347..e791f9d348 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1085,7 +1085,7 @@ be-2-evs-linux: codec-comparison-on-main-push: extends: - - .test-job-linux + - .test-job-linux-needs-testv-dir - .rules-main-push stage: compare needs: ["build-codec-linux-cmake"] -- GitLab