From 673d8975b31a14e6a2b51b87aa973072c3c6c6c2 Mon Sep 17 00:00:00 2001
From: John Hodge <tpg@ucc.asn.au>
Date: Mon, 11 Dec 2023 22:22:40 +0800
Subject: [PATCH] gitlab-ci - Plz be fix

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cec67f2..6630695 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ test:
   stage: test
   before_script:
     # Install the -dev versions to avoid needing to find the actual library names
-    - apt update && apt -y install libncurses-dev libmodbus-dev libsqlite3-dev libident netcat sqlite3 ident-server
+    - apt update && apt -y install libncurses-dev libmodbus-dev libsqlite3-dev libident netcat-traditional sqlite3 oidentd 
     - useradd testuser && chown -R testuser .
     # SETUID on the client, so it can use AUTOAUTH (ident doesn't work on the container)
     - chmod u+s dispense
-- 
GitLab