diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f4c7df..e60b2ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,5 +31,5 @@ test-job: # This job runs in the deploy stage. script: - echo "Translating text..." - uname -a - - python -v + - python -V - echo "Text successfully translated."