From 92de93faa362ca0b7cfb9f949e76a31bf1ed37ff Mon Sep 17 00:00:00 2001 From: Slava Date: Sat, 26 Aug 2023 19:05:34 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c59199b..e75778d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,10 +17,10 @@ # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml stages: # List of stages for jobs, and their order of execution - - deploy + - test -deploy-job: # This job runs in the deploy stage. - stage: deploy # It only runs when *both* jobs in the test stage complete successfully. +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..."