[tests] Fix running unit tests inside docker environment

The issue was introduced with the commit, which builds Open5GS from
local sources instead of downloading them each time from Github.

Fixes: d2cbcf711 ("[build] Use local sources to build applications (#1583)")
This commit is contained in:
Bostjan Meglic 2022-07-21 10:39:58 +00:00 committed by Sukchan Lee
parent eb50d64271
commit 83b28b5649
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ services:
sysctls:
- net.ipv6.conf.all.disable_ipv6=0
hostname: open5gs-test
command: /bin/bash -c "/root/setup.sh; cd open5gs/build && meson test -v"
command: /bin/bash -c "/root/setup.sh; cd /open5gs/build && meson test -v"