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:
parent
082fb11948
commit
eaf8fbad36
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue