# HG changeset patch # User Thierry Florac # Date 1560351684 -7200 # Node ID b6e8b2791deccdeea35b3dcb27304f3e8e3a8371 # Parent ed28846be306a7dc4a360b8ec113d13423e37965 Moved buildout to test job diff -r ed28846be306 -r b6e8b2791dec .gitlab-ci.yml --- a/.gitlab-ci.yml Wed Jun 12 16:49:01 2019 +0200 +++ b/.gitlab-ci.yml Wed Jun 12 17:01:24 2019 +0200 @@ -5,18 +5,17 @@ paths: - /var/local/env/pyams/eggs/* -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 - -test 1: +test: stage: test + 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 script: - ./bin/test -test 2: +quality: stage: test image: docker:stable variables: