From 1c927c58207c34c76dfc1d4b4d7ec4631a617a3f Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Sat, 18 Jun 2022 13:41:39 +1000 Subject: [PATCH] move secret_detection gitlab job into gitlab stage --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f01ab57..70381169 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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