.gitlab-ci.yml: correct apk command
Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
parent
2d0f7bd6af
commit
6f06ea358d
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user