.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
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 1 additions and 1 deletions

View File

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