Skip to content

Make creating reports directory idempotent

If the reports directory already is in place (like when using this image outside of gitlab-ci), gitlab-accessibility.sh emits a mkdir: cannot create directory 'reports': File exists warning. Using -p when calling mkdir will mitigate that warning.

Merge request reports