From c570e7bff27eae65fecf037d3a02f428dc2d2e67 Mon Sep 17 00:00:00 2001 From: Johannes Junggeburth <johannes.josef.junggeburth@cern.ch> Date: Mon, 8 Jul 2024 05:26:11 +0200 Subject: [PATCH] Fix Run4 athena test --- athena_ci/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/athena_ci/ci.yml b/athena_ci/ci.yml index 940439f87..5f349ddba 100644 --- a/athena_ci/ci.yml +++ b/athena_ci/ci.yml @@ -165,7 +165,7 @@ run_workflow_tests_run4_reco: - build_geomodel_athena script: - cd run - - RunWorkflowTests_Run4.py --CI -r -w MCReco -e '--maxEvents 5 --inputHITSFile=../../myHITS.pool.root' --no-output-checks + - RunWorkflowTests_Run4.py --CI -r -w MCReco -e '--conditionsTag OFLCOND-MC21-SDR-RUN4-01 --maxEvents 5 --inputHITSFile=../../myHITS.pool.root' --no-output-checks ################################################### -- GitLab