About Missing Remote File

Viewed 23

When I run the pipeline, the Gitlab server alerts me that the remote YML file is missing, I used the Custom project CI config Path,(Setting => CI/CDL =>General pipelines=>Custom CI Config Path), below is my setup and error screen shot

Custom CI Config Path

Error Screnn Shot:Missing File

1 Answers

References to external YML are only supported in versions after Gitlab 12.6 after checking the official documentation

Gitlab Official Introduction

Related