From 875f21e143865a3bc1b58696039753e7bbcbd2ca Mon Sep 17 00:00:00 2001
From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr>
Date: Wed, 3 Jun 2020 21:31:49 +0200
Subject: [PATCH] update CI

---
 python/tffpy/tests/ci_config.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/python/tffpy/tests/ci_config.py b/python/tffpy/tests/ci_config.py
index a84f6cc..3caea19 100644
--- a/python/tffpy/tests/ci_config.py
+++ b/python/tffpy/tests/ci_config.py
@@ -18,6 +18,10 @@ if __name__ == '__main__':
         generate_config()
         config = ConfigParser()
         config.read(config_file)
+        print(Path(__file__))
+        print(Path(__file__).parent)
+        print(Path(__file__).parent.parent)
+        print(Path(__file__).parent.parent.absolute())
         data_path = Path(__file__).parent.parent.absolute() / 'data'
         print('Data path:', str(data_path))
         config.set('DATA', 'data_path', str(data_path))
-- 
GitLab