Update .gitlab-ci.yml file

This commit is contained in:
Simeon Pursiainen
2025-01-23 19:09:37 +00:00
parent f69615437a
commit fd12f35e2e
+3
View File
@@ -24,6 +24,9 @@ audit:
stage: audit
only:
- pushes
- develop
except:
- master
needs: []
before_script:
- pip install poetry==1.3.1