From 412595a02af097ae934fd404ec032debd141b317 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Thu, 30 Jan 2020 17:24:29 +0100 Subject: [PATCH] CI: Moving from janusgraph to gremlin-server for testing. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8db0f32..9c0caba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ cache: test: services: - - name: janusgraph/janusgraph:latest + - name: goblinogm/gremlin-server-python:latest alias: gremlin-server image: goblinogm/goblin-buildchain script: -- GitLab