diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5020dea23f..fe8503f5af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -98,7 +98,7 @@ schedule-issuebot: - export | grep -F CI_ | grep -vFi -e password -e token > logs/export.txt - apk add --no-cache bash curl ca-certificates python3 - python3 -m ensurepip - - $pip install gitlab + - $pip install python-gitlab - ./tools/schedule-issuebot.py checkupdates_trigger: