.gitlab-ci.yml: correct apk command

Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
Maciej Barć
2021-06-04 10:50:52 +02:00
parent 2d0f7bd6af
commit 6f06ea358d

View File

@ -26,7 +26,7 @@ stages:
before_script: before_script:
- apk update - apk update
- apk install py3-pylint shellcheck - apk add py3-pylint shellcheck
test: test: