Tests - Tweaking
[tpg/opendispense2.git] / .gitlab-ci.yml
index c16ff8e..c46648c 100644 (file)
@@ -26,6 +26,8 @@ build:
 test:
   stage: test
   before_script:
-    - apt update && apt -y install libncurses libmodbus libsqlite3 libident netcat
+    # 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
+    - useradd testuser && chown -R testuser .
   script:
-    - cd tests && ./TEST_basic.sh
+    - cd tests && su -c './TEST_basic.sh' testuser

UCC git Repository :: git.ucc.asn.au