# HG changeset patch # User Administrator # Date 1560334345 -7200 # Node ID fde6c58f17ebd7ccbb2fd278ddcb1137d9495349 # Parent bfa2470791da1ab41839e06fd380aae640f15b62 Update .gitlab-ci.yml diff -r bfa2470791da -r fde6c58f17eb .gitlab-ci.yml --- a/.gitlab-ci.yml Wed Jun 12 12:00:30 2019 +0200 +++ b/.gitlab-ci.yml Wed Jun 12 12:12:25 2019 +0200 @@ -1,6 +1,8 @@ image: python:3.5 before_script: + - export http_proxy=http://172.17.0.1:3128/ + - export https_proxy=http://172.17.0.1:3128/ - python3.5 bootstrap.py --buildout-version=2.12.0 - ./bin/buildout