From 00fe72684fa0b89064ebd7ad90a89f898e26fda0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veronika=20Hanul=C3=ADkov=C3=A1?= Date: Wed, 3 Jul 2024 15:09:42 +0200 Subject: [PATCH] Fix naming of tests in gating.yaml --- gating.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index 7298fc0..78a75eb 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,5 +3,5 @@ product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build./plan/ci/fips-disabled-buildroot.functional} - - !PassingTestCaseRule {test_case_name: osci.brew-build./plan/ci/fips-disabled.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-buildroot.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled.functional}