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