You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invalid .gitlab-ci.yml configuration!
• property 'tags' must not have fewer than 1 items at job.tags
For further troubleshooting, consider either of the following:
• Copy the content of .gitlab-ci-local/expanded-gitlab-ci.yml (/path/to/expanded-gitlab-ci.yml) to the pipeline editor (https://docs.gitlab.com/ee/ci/pipeline_editor/) to debug it
• Use --json-schema-validation=false to disable schema validation (not recommended)
Host information
Ubuntu
gitlab-ci-local 4.1.33
Host information
Description: Ubuntu 22.04.3 LTS / WSL
gitlab-ci-local 4.56.1
Containerd binary
Docker version 27.5.1
Additional context
Job works well when --json-schema-validation=false is passed to command line.
It's convenient to change inputs tags from top-level .gitlab-ci.yaml to run jobs (or multiple jobs in Component) on specific dedicated runner, but if tags is empty then property 'tags' must not have fewer than 1 items at job.tags is present in the output from gitlab-ci-local
The text was updated successfully, but these errors were encountered:
Minimal .gitlab-ci.yml illustrating the issue
Output
Host information
Ubuntu
gitlab-ci-local 4.1.33
Host information
Description: Ubuntu 22.04.3 LTS / WSL
gitlab-ci-local 4.56.1
Containerd binary
Docker version 27.5.1
Additional context
Job works well when --json-schema-validation=false is passed to command line.
It's convenient to change
inputs
tags from top-level.gitlab-ci.yaml
to run jobs (or multiple jobs in Component) on specific dedicated runner, but iftags
is empty thenproperty 'tags' must not have fewer than 1 items at job.tags
is present in the output fromgitlab-ci-local
The text was updated successfully, but these errors were encountered: