--- 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