From c714d73320ea604582604143120dc95349f74e5c Mon Sep 17 00:00:00 2001
From: Luke Naylor <l.naylor@sms.ed.ac.uk>
Date: Mon, 26 Feb 2024 23:37:59 +0000
Subject: [PATCH] Add CI to match last commit

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ceee52..3b903ce 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,15 +4,16 @@ variables:
 
 build:
   image: registry.gitlab.com/lukenaylor/latex/sagetex-image:latest
+  image: registry.gitlab.com/lukenaylor/latex/sage-tex-chroma-image:latest
   tags: ["x64"]
-  script:
+  before_script:
     - echo $SHELL
     - source /root/.bashrc
-    - sage -pip install "pseudowalls==0.0.3" --extra-index-url https://gitlab.com/api/v4/projects/43962374/packages/pypi/simple
-    - make tilt.rs
-    - make blank-appendix
-    - latexmk -use-make
-    - make nb-appendix
+    - git clone --depth=1 --branch v0.20.4 https://github.com/tree-sitter/tree-sitter-rust.git /root/src/tree-sitter-rust
+    - sage -pip install pseudowalls --extra-index-url https://gitlab.com/api/v4/projects/43962374/packages/pypi/simple
+  script:
+    - echo $SHELL
+    - make pretex
     - latexmk -use-make
   artifacts:
     paths:
-- 
GitLab