From ee48cf94c59073db533ee47efe4486d14b29f5e3 Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 28 Aug 2023 17:18:37 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41909de..97f927d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,9 @@ stages: - prepare # List of stages for jobs, and their order of execution - release - +image: python:3.10 .pre: - image: python:3.10 script: - 'pip install requests' - 'git clone git@gl.beaconborn.ru:bacon/translation-generator.git'