From 81250632674ea4a9a0c7e6c1065c2ec046d53030 Mon Sep 17 00:00:00 2001 From: Slava Date: Sat, 26 Aug 2023 19:06:16 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e75778d..a12958c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,10 +19,12 @@ stages: # List of stages for jobs, and their order of execution - test + test-job: # This job runs in the deploy stage. stage: test # It only runs when *both* jobs in the test stage complete successfully. environment: production script: - echo "Translating text..." - uname -a + - python -v - echo "Text successfully translated."