From 904a56ff4b9349f7ad9959bb847ec380e14a49c7 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 17 Feb 2019 22:59:42 +0100 Subject: [PATCH] ci: fix location of unit test --- common/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/.gitlab-ci.yml b/common/.gitlab-ci.yml index 98b9c8520..59511d819 100644 --- a/common/.gitlab-ci.yml +++ b/common/.gitlab-ci.yml @@ -50,7 +50,7 @@ test:unit: dependencies: - build:source script: - - build/tests/unit-tests-common + - build/tests/unit/unit-tests-common image: ${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV} tags: - docker