Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-28 17:16:16 +00:00
parent d6450e63c0
commit 3f5c906577

View File

@@ -7,13 +7,13 @@ stages:
.pre:
image: python:3.10
script:
- 'pip3 install requests'
- 'pip install requests'
- 'git clone git@gl.beaconborn.ru:bacon/translation-generator.git'
deploy:
stage: prepare
script:
- 'python3 main.py'
- 'python main.py'