diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fef2995..a151ba1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ test: script: - apt-get update - - apt-get install -y python git + - apt-get install -y python3 git - git clone https://github.com/YunoHost/package_linter - - python package_linter/package_linter.py . + - python3 package_linter/package_linter.py .