Fixed missing tools.json problem.
Compare changes
Beginning with 2nd June, only the "Single Sign On" option for login to the GitLab web interface will be possible. If you don't have an MPCDF wide second factor so far, please get one at our SelfService (https://selfservice.mpcdf.mpg.de). The GitLab internal second factor will not work.
The config cannot find the right default tools.json file when run from not the project root directly. This fix is trying to use the given file as it if, if fails uses the given file relative to the project root.
This is related to #1353 (closed).
Changlog: Fixed