X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=.gitlab-ci.yml;h=c46648c4391065e18af7460c004c3597c15d2110;hb=1383ba77ec33e94ab104aa2d6bc0c27ec8931727;hp=7e86b2c14baf500ba293d7209d62f6592d8f900e;hpb=3c03884844384020aac5a789aa36a1453bf57b78;p=tpg%2Fopendispense2.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e86b2c..c46648c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,4 +30,4 @@ test: - apt update && apt -y install libncurses-dev libmodbus-dev libsqlite3-dev libident netcat sqlite3 - useradd testuser && chown -R testuser . script: - - cd tests && su -l -c './TEST_basic.sh' testuser + - cd tests && su -c './TEST_basic.sh' testuser