From e92fa54cac2e41378d6e45443542f134bc84e3df Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 28 Aug 2023 17:29:00 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5ad9ec..a092de1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,12 +7,13 @@ image: python:3.10 .pre: stage: .pre script: - - 'pip install requests' - - 'git clone git@gl.beaconborn.ru:bacon/translation-generator.git' + - echo "testing" prepare_job: stage: prepare script: + - 'pip install requests' + - 'git clone git@gl.beaconborn.ru:bacon/translation-generator.git' - 'ls -al'