ci: gitlab: the package is called 'python3', not 'python'

This commit is contained in:
Daniel Eklöf 2020-08-22 10:15:46 +02:00
parent f506eefe5e
commit 9971f3abb1
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -60,6 +60,6 @@ codespell:
image: alpine:edge
stage: build
script:
- apk add python
- apk add python3
- pip install codespell
- codespell *.c *.h