meta: Add tag to posix test

This commit is contained in:
Devin Lin 2024-03-03 20:27:52 -05:00
parent da279065e6
commit 8b9015e4fb

View file

@ -11,6 +11,8 @@ posix-script-compliance:
image: image:
name: debian:latest name: debian:latest
entrypoint: [""] entrypoint: [""]
tags:
- Linux
stage: build stage: build
script: script:
- apt-get update - apt-get update