.gitlab-ci.yml
changeset 356 b6e8b2791dec
parent 355 ed28846be306
child 357 8275b080c7ad
--- 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: