From 1f9f1f24cb3c2c4405e02859961407129bbabf4c Mon Sep 17 00:00:00 2001 From: Allan Blanchard <allan.blanchard@cea.fr> Date: Fri, 11 Mar 2022 15:41:01 +0100 Subject: [PATCH] [ci] enable secure-flow --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e66e4b6b7e4..912bda7ea8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,6 +69,13 @@ plugins-tests: tags: - nix +security: + stage: tests + script: + - ./ci.sh security + tags: + - nix + volatile: stage: tests script: -- GitLab