From: Mario Date: Wed, 6 Jun 2018 11:57:59 +0000 (+1000) Subject: Fix the unit test X-Git-Tag: xonotic-v0.8.5~2107 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a2fa3d65cc27b451f6b67c0b95565b807580082d;p=xonotic%2Fxonotic-data.pk3dir.git Fix the unit test --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebcfe7c5e..7d7392d1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,7 @@ test_sv_game: test_sv_unit: stage: test script: - - git clone --depth=1 --branch=master https://gitlab.com/xonotic/darkplaces.git darkplaces + - git clone --depth=1 --branch=div0-stable https://gitlab.com/xonotic/darkplaces.git darkplaces - cd darkplaces && make sv-debug -j $(nproc) && export ENGINE="$PWD/darkplaces-dedicated -xonotic" - cd ..