From 6a0ba426e32e74b14e51e212a068a396145dbdf2 Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nicolas.pope@utu.fi> Date: Thu, 9 Jun 2022 13:25:35 +0300 Subject: [PATCH] Use ubuntu focal instead of jammy --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26f120b..3eeecfc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ flawfinder-sast: include: - template: Security/SAST.gitlab-ci.yml -image: ubuntu:jammy +image: ubuntu:focal code_quality: stage: static -- GitLab