Skip to content

Fail without any error code #861

Closed
Closed
@SomaGallai

Description

@SomaGallai

Minimal .gitlab-ci.yml illustrating the issue

---
default:
  image: docker:latest
  services:
    - docker:23.0.3-dind
stages:
 - build

initial-build-hello:
  stage: build
  script:
    - echo "Empty step to trigger pipeline."

Expected behavior
No public URL, but should echo Empty step to trigger pipeline. and succeed.

Host information
MacOS Ventura 13.3.1
gitlab-ci-local 4.40.1

Additional context
Actual behaviour/output:

$ gitlab-ci-local         
parsing and downloads finished in 31 ms
initial-build-hello               starting docker:latest (build)
initial-build-hello               copied to docker volumes in 504 ms

 FAIL  initial-build-hello              
pipeline finished in 743 ms

Metadata

Metadata

Assignees

No one assigned

    Labels

    elaborateFurther elaboration is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions