1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-20 11:19:51 +00:00

Update .gitlab-ci.yml

This commit is contained in:
Javier Arribas 2018-09-05 20:51:57 +00:00
parent 3e88808b79
commit c905b1b169

View File

@ -118,7 +118,7 @@ position-test-180417100529:
- build64/*.ps - build64/*.ps
run-tests-arm: run-tests-arm:
image: debian:9.3-slim image: debian:latest-slim
stage: test stage: test
tags: tags:
- arm - arm
@ -130,7 +130,7 @@ run-tests-arm:
- mkdir build64 - mkdir build64
- cd build-test - cd build-test
- cmake -DENABLE_SYSTEM_TESTING_EXTRA=ON .. - cmake -DENABLE_SYSTEM_TESTING_EXTRA=ON ..
- make -j2 - make -j1
# Execute Unit Tests # Execute Unit Tests
- ../install/run_tests --gtest_output=xml - ../install/run_tests --gtest_output=xml
- mv *.xml ../build64/ - mv *.xml ../build64/