From 0d2c8ad4d55d041092bfb8a028b77805eca911c7 Mon Sep 17 00:00:00 2001 From: Andrey ARISTOV <andrey.aristov@pasteur.fr> Date: Mon, 14 Mar 2022 19:16:35 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f47364..ee0077e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # This file is a template, and might need editing before it works on your project. # Official language image. Look for the different tagged releases at: # https://hub.docker.com/r/library/python/tags/ -image: python:latest +image: python:3.8 # Change pip's cache directory to be inside the project directory since we can # only cache local items. -- GitLab