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

fix wrong tag in gitlab-ci.yml

This commit is contained in:
Steffen Vogel 2018-01-30 18:07:07 +01:00
parent c3129b35eb
commit bd4f547e97

View file

@ -59,16 +59,15 @@ build:source:
# Stage: test
##############################################################################
test:unit:
test:unit-software:
stage: test
dependencies:
- build:source
script:
- tests/unit-tests --filter 'graph/*'
- build/tests/unit-tests --filter 'graph/*'
image: ${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
tags:
- docker
- fpga
# Stage: deploy
##############################################################################