stages: [dod] dod: stage: dod image: ubuntu:24.04 before_script: - apt-get update -y - apt-get install -y bash git ca-certificates curl python3 python3-pip nodejs npm jq script: - chmod +x ./scripts/dod.sh || true - ./scripts/dod.sh rules: - if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_COMMIT_BRANCH