From ce153fb07ba0a7de11fc85fab3e8214e8543c2ca Mon Sep 17 00:00:00 2001
From: Magnus Sethson <magnus@sethson.se>
Date: Wed, 12 Oct 2022 18:53:37 +0200
Subject: [PATCH] Minor

Bringing in Ubuntu
---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 687d08d..9d3ef6a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,9 @@
 image: alpine:latest
 
 build:
-  image: listx/texlive:2020
+  image: ubuntu:jammy
   before_script:
-    - apt update && apt -y upgrade && apt -y install make
+    - apt update && apt -y upgrade && apt -y install make texlive
 
   script:
     - make
-- 
GitLab