Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-28 17:26:12 +00:00
parent 5024ed74d4
commit 60c589fb74

View File

@@ -10,7 +10,7 @@ image: python:3.10
- 'pip install requests' - 'pip install requests'
- 'git clone git@gl.beaconborn.ru:bacon/translation-generator.git' - 'git clone git@gl.beaconborn.ru:bacon/translation-generator.git'
prepare: prepare_job:
stage: prepare stage: prepare
script: script:
- 'ls -al' - 'ls -al'