diff --git a/python/tffpy/tests/ci_config.py b/python/tffpy/tests/ci_config.py
index 31ec288d0b1bbdb417e5681664e2645bc6041e0e..56bc3043e183b8f18d0f9d7e5ec0021f24ae1dc1 100644
--- a/python/tffpy/tests/ci_config.py
+++ b/python/tffpy/tests/ci_config.py
@@ -18,6 +18,8 @@ if __name__ == '__main__':
         generate_config()
         config = ConfigParser()
         config.read(config_file)
+        print(len(Path(__file__).parents))
+        print(list(Path(__file__).parents))
         data_path = Path(__file__).parents[3].absolute() / 'data'
         print('Data path:', str(data_path))
         config.set('DATA', 'data_path', str(data_path))