diff --git a/ForwardDetectors/ZDC/ZDC_SD/test/ZDC_StripSD_gtest.cxx b/ForwardDetectors/ZDC/ZDC_SD/test/ZDC_StripSD_gtest.cxx index 3f65c8502307cae429bfe09013a9c14cfed826d7..5d3f031223121a741fc2ad18135749144f805544 100644 --- a/ForwardDetectors/ZDC/ZDC_SD/test/ZDC_StripSD_gtest.cxx +++ b/ForwardDetectors/ZDC/ZDC_SD/test/ZDC_StripSD_gtest.cxx @@ -25,7 +25,7 @@ ISvcLocator* g_svcLoc = nullptr; class GaudiEnvironment : public ::testing::Environment { protected: virtual void SetUp() override { - Athena_test::initGaudi("optionForTest.txt", g_svcLoc); + Athena_test::initGaudi("/afs/cern.ch/user/l/lihan/private/repo/athena/ForwardDetectors/ZDC/ZDC_SD/share/optionForTest.txt", g_svcLoc); } }; class ZDC_StripSDtest : public ::testing::Test {