.gitlab-ci.yml
changeset 344 367c27a0dc30
parent 341 8d891f932374
child 345 ae81f8e88aad
--- a/.gitlab-ci.yml	Tue Jun 11 17:23:23 2019 +0200
+++ b/.gitlab-ci.yml	Wed Jun 12 11:51:25 2019 +0200
@@ -1,11 +1,8 @@
 image: python:3.5
 
 before_script:
-    - export http_proxy=http://tflorac:Neja008_@proxy.onf.fr:8080/
-    - export https_proxy=http://tflorac:Neja008_@proxy.onf.fr:8080/
-    - apt-get update
-    - apt-get install gcc g++ libjpeg-dev libpng-dev libxml2-dev libxslt-dev libfreetype6-dev
     - python3.5 bootstrap.py --buildout-version=2.12.0
+    - ./bin/buildout
 
 test_app:
     script: