Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-25 23:27:24 +00:00
parent a86b24b4cd
commit 5dfa9cf780

View File

@@ -24,5 +24,5 @@ deploy-job: # This job runs in the deploy stage.
environment: production environment: production
script: script:
- echo "Translating text..." - echo "Translating text..."
- - echo "test"
- echo "Text successfully translated." - echo "Text successfully translated."