From 52c76cd6318bf4d287c03aae9a1cdcb477da1943 Mon Sep 17 00:00:00 2001 From: Vincent Texier <vit@free.fr> Date: Wed, 30 Sep 2020 15:47:24 +0200 Subject: [PATCH] [enh] #817 change docker image to build AppImage --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d984cf41..6d0baa0a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: variables: PYENV_PYTHON_VERSION: 3.5.5 -image: registry.duniter.org/docker/python3/duniterpy-builder:0.0.7 +image: registry.duniter.org/docker/python3/sakia-builder:1.0.0 # SUB-TASKS .push_to_github: @@ -70,6 +70,7 @@ tests: - pyenv shell 3.6.4 # black install needs python 3.6.x minimum - pip install -r requirements.txt - pip install -r requirements_dev.txt + - /start.sh # start xvfb - make tests build: -- GitLab