# HG changeset patch # User Thierry Florac # Date 1560350941 -7200 # Node ID ed28846be306a7dc4a360b8ec113d13423e37965 # Parent c200ae872b06cb6ea2b2b2062c4a549ddc2ecc08 Updated stages diff -r c200ae872b06 -r ed28846be306 .gitlab-ci.yml --- a/.gitlab-ci.yml Wed Jun 12 16:20:50 2019 +0200 +++ b/.gitlab-ci.yml Wed Jun 12 16:49:01 2019 +0200 @@ -3,21 +3,21 @@ cache: key: PYRAMID_CACHE paths: - - /var/local/env/pyams/eggs + - /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/ - - apt-get update - python3.5 bootstrap.py --buildout-version=2.12.0 - ./bin/buildout - - ls /var/local/env/pyams/eggs -test: +test 1: + stage: test script: - ./bin/test -code_quality: +test 2: + stage: test image: docker:stable variables: DOCKER_DRIVER: overlay2