diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82d2c78..c59199b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,5 +24,5 @@ deploy-job: # This job runs in the deploy stage. environment: production script: - echo "Translating text..." - - echo "test" + - uname -a - echo "Text successfully translated."