Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-28 17:29:00 +00:00
parent c4a48cbed4
commit e92fa54cac

View File

@@ -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'