From 8417f96063fe5009744be76f0fdf9e71c6aa4655 Mon Sep 17 00:00:00 2001 From: Slava Date: Sat, 26 Aug 2023 19:17:53 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."