move secret_detection gitlab job into gitlab stage

This commit is contained in:
Ariel Rin 2022-06-18 13:41:39 +10:00
parent ff0fa0329d
commit 1c927c5820

View File

@ -47,6 +47,10 @@ dependency_scanning:
- python -V
- pip install wheel tox
secret_detection:
stage: gitlab
before_script: []
test-3.8-core:
<<: *only-default
image: python:3.8-bullseye