From 280c9f67a69d42f8c6b735006f6172eda9e99881 Mon Sep 17 00:00:00 2001 From: Ferexio Date: Wed, 23 Nov 2022 21:10:13 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64eb1d9..535f600 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ pytest: stage: test - image: python-latest + image: python:3.9 variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" before_script: