From 175a6773a82b76355515790a3dbcc784f820ba15 Mon Sep 17 00:00:00 2001 From: Gottfried Gaisbauer <gogo@servus.at> Date: Tue, 20 Mar 2018 18:03:43 +0100 Subject: [PATCH] trying all dependencies, but liquidsoap --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f9bae9..11ee6ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,8 @@ stages: - test before_script: - - apt-get -q update && apt-get install -y python3-virtualenv virtualenv - - /usr/bin/virtualenv venv + - apt-get -qq update && apt-get install -y python3-virtualenv virtualenv redis-server redis-tools libev4 libev-dev mariadb-server libmariadbclient-dev + - /usr/bin/virtualenv venv --python=python3 - . venv/bin/activate - python3 -V - pip3 install -r requirements.txt -- GitLab