From ef794b18cfa6c1576f4086fe46a78f30d805dad0 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Thu, 19 Dec 2019 03:29:51 -0600 Subject: [PATCH] use python docker for CI instead of ubuntu --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2249366..8b345953 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ test: - image: ubuntu:disco + image: python script: - apt-get update -qy - - apt-get install -y python3-pip tor + - apt-get install -y tor - pip3 install --require-hashes -r requirements.txt - pip3 install --require-hashes -r requirements-notifications.txt - python3 --version