From 3010eef7fff586a4349ea2f08596904b3e65018e Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sat, 1 Feb 2020 11:30:17 +0100 Subject: [PATCH] CI: Bumping tests to run on python 3.8. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ef154b..6f4c6b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: goblinogm/goblin-buildchain +image: goblinogm/goblin-buildchain:latest-py3.8 cache: paths: @@ -8,7 +8,7 @@ test: services: - name: goblinogm/gremlin-server-python:latest alias: gremlin-server - image: goblinogm/goblin-buildchain + image: goblinogm/goblin-buildchain:latest-py3.8 script: - pip install -U codecov codacy-coverage - pip install -U -r requirements.txt -- GitLab