From 56b404b29116c79c6eba0a50d900c0f170c20894 Mon Sep 17 00:00:00 2001 From: Lukas Steiner Date: Thu, 23 Feb 2023 13:59:35 +0100 Subject: [PATCH] Fix job name for needs. --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 738bb458..3cc4d043 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,10 +36,10 @@ build: coverage: stage: coverage needs: - - test_DDR3 - - test_DDR4 - - test_HBM2 - - test_LPDDR4 + - example_DDR3 + - example_DDR4 + - example_HBM2 + - example_LPDDR4 coverage: '/Total:\|(\d+\.?\d+\%)/' script: # delete all empty files since they produce errors