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