Skip to content
Snippets Groups Projects
Commit 3c038848 authored by John Hodge's avatar John Hodge
Browse files

Gitlab CI - Attempt to create+use a non-root user

parent 067245e3
Branches
No related merge requests found
Pipeline #395 failed with stages
in 1 minute and 9 seconds
......@@ -27,6 +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
- apt update && apt -y install libncurses-dev libmodbus-dev libsqlite3-dev libident netcat sqlite3
- useradd testuser && chown -R testuser .
script:
- cd tests && ./TEST_basic.sh
- cd tests && su -l -c './TEST_basic.sh' testuser
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment