image: ubuntu build-job: stage: build script: - echo "Hello, $GITLAB_USER_LOGIN!" test-job1: stage: test script: - echo "this job tests fork1" test-job2: stage: test script: - echo "this job tests fork2" deploy-prod: stage: deploy script: - echo "this job tests fork3"