gitlab-ci: do not test in `build_tools`
authorJean Privat <jean@pryen.org>
Wed, 20 Feb 2019 15:51:12 +0000 (10:51 -0500)
committerJean Privat <jean@pryen.org>
Fri, 22 Feb 2019 04:16:50 +0000 (23:16 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

.gitlab-ci.yml

index 4b0f2ed..427075f 100644 (file)
@@ -56,21 +56,13 @@ build_tools:
     - make 2>> status.txt
     - nitc --version
     - misc/jenkins/check_manpages.sh
-    - "{ cd tests && ./tests.sh base_sim*.nit ../src/nitlight.nit; }"
-    - nitunit -v lib/core
   artifacts:
     paths:
       - bin/*
       - c_src/nitc
       - src/version.nit
       - src/nitc_0
-      - nitunit.xml*
-      - tests/*.xml*
     when: always
-    reports:
-      junit:
-        - tests/*.xml
-        - nitunit.xml
 
 test_some:
   stage: test