Skip to content

Use absolute paths to prevent missing configs in different execution directories

drew stachon requested to merge absolute-config-paths into master

Absolute paths for config files will prevent configuration from being missing regardless of where the gitlab-accessibility script is executed from.

Case in point being the GitLab shared runner executing from /builds/<user>/<project/ instead of /. Absolute paths will make this a non-issue.

Merge request reports