From 2e312ded55ed6907cf8c0aa9d78db301214ba90d Mon Sep 17 00:00:00 2001 From: Sviatoslav Petriv Date: Fri, 15 Dec 2023 12:31:31 +0200 Subject: [PATCH] Second commit test shared runner rubik --- .gitlab-ci.yml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd49b09..d24ebd4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,27 +6,15 @@ build-job: - $GITLAB_SHARED_RUNNER stage: build script: - - echo "Hello, $GITLAB_USER_LOGIN!" + - echo "Hello, $GITLAB_USER_LOGIN! The runner with name rubik works fine, without any problems" test-job1: tags: - $GITLAB_SHARED_RUNNER stage: test script: - - echo "This job tests something." + - echo "This job tests something. The runner with name rubik works fine, without any problems" job_small: script: - - echo "this job runs on the default (small) Linux instance" - -job_medium: - tags: - - saas-linux-medium-amd64 - script: - - echo "this job runs on the medium Linux instance" - -job_large: - tags: - - saas-linux-large-amd64 - script: - - echo "this job runs on the large Linux instance" + - echo "this job runs on the default (small) Linux instance. This runner wors fine. Without any problems"