diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a267158..36e1c8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,7 @@ get_vars: stage: test script: - - echo this testvar value is $TEST_VAR + - sleep 10 & + - a=$! + - echo $a + - setsid echo this testvar value is $TEST_VAR