From bc3d3c56dc4a193ee90576ac02caf4d23561f4c7 Mon Sep 17 00:00:00 2001
From: Nicolas Pope <nicolas.pope@utu.fi>
Date: Sat, 7 May 2022 09:16:30 +0100
Subject: [PATCH] Another yml fix attempt

---
 .gitlab-ci.yml | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3e52b08..6e4e183 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,13 +10,7 @@ stages:
   - build
   - test
 
-include:
-- template: Security/SAST.gitlab-ci.yml
-
-
-image: ubuntu:jammy
-
-sast:
+flawfinder-sast:
   stage: test
   needs: []
   dependencies: []
@@ -24,6 +18,11 @@ sast:
     - main
     - merge_requests
 
+include:
+- template: Security/SAST.gitlab-ci.yml
+
+image: ubuntu:jammy
+
 code_quality:
   stage: test
   allow_failure: true
-- 
GitLab