.gitlab: fix /etc/alpine-release returning permission denied
Since the other 2 code blocks are commands some people may think
that they should execute /etc/alpine-release instead of pasting it's content (Which results in /bin/sh: /etc/alpine-release: Permission denied
).
Use cat(1) to clarify.
Ref #16228