From 9f6997bcabe062a8fa45a8343d92782ae2285dd2 Mon Sep 17 00:00:00 2001 From: Sander Bollen <a.h.b.bollen@lumc.nl> Date: Mon, 18 Mar 2019 16:49:02 +0100 Subject: [PATCH] correct image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69b5899..ea2f40c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: 3.6-jessie +image: python:3.6-jessie build: tags: - docker -- GitLab