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: .pre:
image: python:3.10 image: python:3.10
script: script:
- 'pip3 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'
deploy: deploy:
stage: prepare stage: prepare
script: script:
- 'python3 main.py' - 'python main.py'