diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 062b051b02dc5b03435e6ba7134fc510c4dc177c..d1fdf8df5505ecc68d871fdff87623ac8a0728b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: variables: PYENV_PYTHON_VERSION: 3.5.5 -image: registry.duniter.org/docker/python3/duniterpy-builder:0.0.6 +image: registry.duniter.org/docker/python3/duniterpy-builder:0.0.7 push_to_github: stage: github-sync @@ -37,10 +37,7 @@ push_to_github: - eval "$(pyenv init -)" - pyenv shell $PYENV_PYTHON_VERSION - export PATH=/opt/qt/5.9/5.9.4/gcc_64/bin:$PATH - - export XVFBARGS="-screen 0 1280x1024x24" - export DISPLAY=:99 - - /etc/init.d/xvfb start - - sleep 3 build: &build