From 8376804a883cb1c757a3dc7987034cb83a6d1576 Mon Sep 17 00:00:00 2001 From: Max Regan Date: Wed, 23 Mar 2022 17:10:56 +0000 Subject: [PATCH] Use 22.04 for newer emacs --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07ff162..41a5360 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ sast: test-emacs: stage: test - image: ubuntu:latest + image: ubuntu:22.04 before_script: - apt-get update - apt-get install -y emacs-nox