allow audit failure

This commit is contained in:
Aarni Halinen
2025-02-09 21:05:20 +02:00
parent 9e4a7c8569
commit 916e0bdaf0
+1
View File
@@ -22,6 +22,7 @@ install:
audit: audit:
image: python:3.12.9 image: python:3.12.9
stage: audit stage: audit
allow_failure: true
only: only:
- pushes - pushes
needs: [] needs: []