]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix the unit test
authorMario <mario@smbclan.net>
Wed, 6 Jun 2018 11:57:59 +0000 (21:57 +1000)
committerMario <mario@smbclan.net>
Wed, 6 Jun 2018 11:57:59 +0000 (21:57 +1000)
.gitlab-ci.yml

index ebcfe7c5eeeedd00c372b044047393ffd138f937..7d7392d1d3f39e41ce028261f6441b10d7df218b 100644 (file)
@@ -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 ..