# HG changeset patch # User Administrator # Date 1560333181 -7200 # Node ID ae81f8e88aad25f13cb92997daaa44406ec9de46 # Parent 367c27a0dc30452e1c610835c4b819a50a7bfd18 Update .gitlab-ci.yml diff -r 367c27a0dc30 -r ae81f8e88aad .gitlab-ci.yml --- a/.gitlab-ci.yml Wed Jun 12 11:51:25 2019 +0200 +++ b/.gitlab-ci.yml Wed Jun 12 11:53:01 2019 +0200 @@ -1,6 +1,8 @@ image: python:3.5 before_script: + - export http_proxy=http://localhost:3128/ + - export https_proxy=http://localhost:3128/ - python3.5 bootstrap.py --buildout-version=2.12.0 - ./bin/buildout