From ee3752ede826530be88baa29896b463f36a51d20 Mon Sep 17 00:00:00 2001 From: John Hodge <tpg@ucc.asn.au> Date: Mon, 11 Dec 2023 22:02:48 +0800 Subject: [PATCH] CI tweak (install identd)t --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a7aa1c..cec67f2 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 + - apt update && apt -y install libncurses-dev libmodbus-dev libsqlite3-dev libident netcat sqlite3 ident-server - 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