.gitlab-ci.yml
changeset 353 69a51eacb3f1
parent 352 d9808f01e344
child 354 c200ae872b06
equal deleted inserted replaced
352:d9808f01e344 353:69a51eacb3f1
     9     - export http_proxy=http://172.17.0.1:3128/
     9     - export http_proxy=http://172.17.0.1:3128/
    10     - export https_proxy=http://172.17.0.1:3128/
    10     - export https_proxy=http://172.17.0.1:3128/
    11     - apt-get update
    11     - apt-get update
    12     - python3.5 bootstrap.py --buildout-version=2.12.0
    12     - python3.5 bootstrap.py --buildout-version=2.12.0
    13     - ./bin/buildout
    13     - ./bin/buildout
       
    14     - ls /var/local/env/pyams/eggs
    14 
    15 
    15 test_app:
    16 test:
    16     script:
    17     script:
    17         - ./bin/test
    18         - ./bin/test
       
    19 
       
    20 after_script:
       
    21     - ls /var/local/env/pyams/eggs