diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7214de3..f2583371 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,5 +60,6 @@ codespell: image: alpine:edge stage: build script: - - apk add codespell + - apk add python + - pip install codespell - codespell *.c *.h