From 94052fa316a24af81a5b8d4a989c2480bdbb1f27 Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nicolas.pope@utu.fi> Date: Sat, 7 May 2022 09:15:24 +0100 Subject: [PATCH] Fix yml error --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ffbceeb..3e52b08 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,16 +10,13 @@ stages: - build - test -sast: - stage: test - include: - template: Security/SAST.gitlab-ci.yml image: ubuntu:jammy -flawfinder-sast: +sast: stage: test needs: [] dependencies: [] -- GitLab