---
title: "Why is my build failing with untracked files after the GitLab v18.1.0 upgrade?"
date: "2026-06-05T07:29:29+00:00"
summary: "Fix GitLab v18.1.0 build failures caused by untracked SAST report files. Learn how to update custom templates and restore pipeline success."
image:
type: "article"
url: "/acquia-cloud-platform/add-ons/code-studio/help/97911-why-my-build-failing-untracked-files-after-gitlab-v1810-upgrade"
id: "7cedf93d-9e2c-4696-83bc-3b43da093ba9"
---

The GitLab v18.1.0 upgrade adds two untracked files, `gl-sast-report.json` and `gl-secret-detection-report.json` . These files can cause Create artifact jobs to fail, especially in the Deploy Drupal stage.

*   If you use Acquia's standard or node template, no action is needed.
    
*   If you use a custom template, update it to remove these files during the job.
    

**Solution**  
To resolve this issue:

1.  Update your template to remove the SAST and secret detection report files.
    
2.  Verify no untracked files remain in the job environment.
    
3.  Test your pipeline to confirm job success.