From bd4f547e9787e6816bb149af819a25b3b2b34ff5 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 30 Jan 2018 18:07:07 +0100 Subject: [PATCH] fix wrong tag in gitlab-ci.yml --- fpga/.gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/fpga/.gitlab-ci.yml b/fpga/.gitlab-ci.yml index 9c10fb7b8..6bacbe506 100644 --- a/fpga/.gitlab-ci.yml +++ b/fpga/.gitlab-ci.yml @@ -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 ##############################################################################