diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 107314f..d7c6b3c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ audit: image: python:3.9 stage: audit only: - - master + - develop needs: [] before_script: - pip install poetry==1.3.1