Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-26 19:17:53 +00:00
parent ff3dd3f4c6
commit 8417f96063

View File

@@ -31,5 +31,5 @@ test-job: # This job runs in the deploy stage.
script: script:
- echo "Translating text..." - echo "Translating text..."
- uname -a - uname -a
- python -v - python -V
- echo "Text successfully translated." - echo "Text successfully translated."