Skip to content

Add and fix shebang lines on shell scripts

gitlab-accessibility.sh is missing a shebang line. And test.sh directly uses /bin/sh which is not best practise. Since the node:latest image has env preinstalled, why not use it? This MR corrects that.

Merge request reports