Skip to content

GitLab CI pip install awscli fails

Summary

CI runner fails installing awscli

Steps to reproduce

try the following (which used to work for me for a long time) in the .gitlab-ci.yml 'script' part: script: - apt-get update - pip install awscli

it fails with some python error

Снимок_экрана_2018-07-04_в_10.18.57