--- stages: - test
"Debian Bullseye test":
image: debian:bullseye
stage: test script: - echo "hello test-job1"
test:
stage: test
script:
- echo "HELLO WORLD from the $CI_COMMIT_BRANCH branch " - echo "(by $GITLAB_USER_LOGIN)"