Update .gitlab-ci.yml file

This commit is contained in:
Simeon Pursiainen
2025-01-23 19:11:25 +00:00
parent 955072370f
commit 90ca91970d
+1 -1
View File
@@ -23,7 +23,7 @@ audit:
image: python:3.9
stage: audit
only:
- develop
- pushes
needs: []
before_script:
- pip install poetry==1.3.1