From 9971f3abb1422dd5358e2ef46891c58c9ba52046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 22 Aug 2020 10:15:46 +0200 Subject: [PATCH] ci: gitlab: the package is called 'python3', not 'python' --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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