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