1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

ci: fix execution of unit tests

This commit is contained in:
Steffen Vogel 2018-10-21 12:57:18 +01:00
parent 082fb11948
commit eaf8fbad36

View file

@ -99,8 +99,8 @@ test:unit:
- build:source
script:
- mkdir -p build && cd build
- cmake ..
- make run-unit-tests
- cmake .. && make unit-tests
- tests/unit/unit-tests
image: ${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
tags:
- docker