diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c46648c4391065e18af7460c004c3597c15d2110..72fc89a01c9eda83665cd75166eaf3f1d1f2393c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,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 oidentd - useradd testuser && chown -R testuser . script: - cd tests && su -c './TEST_basic.sh' testuser