From 30e66ce8906915c986bccbfe26e1cbb240f8c7c2 Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Wed, 11 Mar 2026 13:40:59 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dff444a..03875bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ stages: # List of stages for jobs, and their order of execution - lint - test - security + - dast - build - clean - notify