CI runner fails installing awscli
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
script: - apt-get update - pip install awscli
it fails with some python error