Skip to content
Snippets Groups Projects
Commit 6ec17405 authored by Daniel CARRON's avatar Daniel CARRON :b:
Browse files

[ci] Add a .toml file to specify DB paths in the CI

parent f8a0d1dc
No related branches found
No related tags found
3 merge requests!19Fix Issues when running tests on the CI,!18Update tests,!16Make square centre-padding a model transform
Pipeline #84139 failed
......@@ -10,6 +10,7 @@ include:
variables:
GIT_SUBMODULE_STRATEGY: normal
GIT_SUBMODULE_DEPTH: 1
XDG_CONFIG_HOME: tests/mednet-ci.toml
documentation:
before_script:
......
......@@ -21,5 +21,6 @@ Files:
tests/data/*.csv
tests/data/*.json
tests/data/*.png
tests/*.toml
Copyright: Copyright © 2023 Idiap Research Institute <contact@idiap.ch>
License: GPL-3.0-or-later
[datadir]
montgomery = "/idiap/resource/database/MontgomeryXraySet"
shenzhen = "/idiap/resource/database/ShenzhenXraySet"
indian = "/idiap/resource/database/TBXpredict"
tbx11k = "/idiap/resource/database/tbx11k"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment