diff --git a/GaudiConf/python/GaudiConf/QMTest/tests/test_qmtexec.py b/GaudiConf/python/GaudiConf/QMTest/tests/test_qmtexec.py
index caba746da68f41ff1d1f0f881a03e31760a1461c..c09c69c0a3a53c70d839403e6d56657399045675 100644
--- a/GaudiConf/python/GaudiConf/QMTest/tests/test_qmtexec.py
+++ b/GaudiConf/python/GaudiConf/QMTest/tests/test_qmtexec.py
@@ -92,10 +92,10 @@ def test_lbexec_testfiledb(monkeypatch):
 
 def test_gaudirun_options():
     """Ensure that the options property of qmtfiles is respected"""
-    qmtfile = THIS_DIR.parent.parent.parent.parent.parent / "Rich/RichDetectors/tests/qmtest/test-decode-and-spacepoints-2022-data.qmt"
+    qmtfile = THIS_DIR.parent.parent.parent.parent.parent / "Rich/RichDetectors/tests/qmtest/test-decode-and-spacepoints-detdesc-mc.qmt"
     proc = run(["qmtexec", "-C", str(qmtfile)])
     # Ensure that the expected options were ran
-    assert "data-0015.mdf" in proc.stdout
+    assert "Brunel_100.xdst" in proc.stdout
 
 
 def test_set_cwd():