ascension

Migrate DNS zones to the GNU Name System
Log | Files | Refs | README | LICENSE

commit 08018c06a24c213862b82d1894aaad0c51f9778e
parent cf87d2345128e8cd5200ebac8ace38aa407bdf3a
Author: rexxnor <rexxnor+gnunet@brief.li>
Date:   Mon, 13 May 2019 09:37:38 +0200

switching to unpriviledged user for tests

Diffstat:
M.gitlab-ci.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -23,7 +23,7 @@ run-build_deb: - apt install -y ./deb_dist/python3-ascension_0.6.1-1_all.deb - su ascension -s /bin/bash -c "ascension -h" - cd ascension/test/ - - bash test_ascension_simple.sh + - su ascension -s /bin/bash -c "bash test_ascension_simple.sh" - apt install -y dh-make artifacts: paths: