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: tests for VILLAScommon are executed by VILLAScommon runner

This commit is contained in:
Steffen Vogel 2019-02-17 23:11:30 +01:00
parent 291343ce15
commit ade373efca

View file

@ -105,18 +105,6 @@ test:unit:
tags:
- docker
test:unit-common:
stage: test
dependencies:
- build:source
script:
- mkdir -p build && cd build
- cmake .. && make unit-tests-common
- "common/tests/unit-tests-common || true"
image: ${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
tags:
- docker
test:integration:
stage: test
dependencies: