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

enable unit-tests in CI

This commit is contained in:
Steffen Vogel 2018-08-21 00:44:55 +02:00
parent 50ede4fe19
commit 3b5ee46258

View file

@ -45,12 +45,12 @@ build:source:
# Stage: test
##############################################################################
#test:unit:
# stage: test
# dependencies:
# - build:source
# script:
# - build/tests/unit-tests --filter 'graph/*'
# image: ${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
# tags:
# - docker
test:unit:
stage: test
dependencies:
- build:source
script:
- build/tests/unit-tests
image: ${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
tags:
- docker