ci: pre download bdwgc before launching the tests
authorAlexis Laferrière <alexis.laf@xymus.net>
Thu, 28 Feb 2019 17:41:57 +0000 (12:41 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 28 Feb 2019 17:42:06 +0000 (12:42 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

.gitlab-ci.yml

index fe0c34a..a0711b3 100644 (file)
@@ -124,6 +124,7 @@ test_full_nitcs: &test_full_nitcs
   dependencies:
     - build_tools
   script:
+    - share/android-bdwgc/setup.sh
     - cd tests
     - ./testfull.sh | tee log.txt
     - grep -v '=>' log.txt > ../status.txt || true