From 35e61a94470f0d9947ef726c6c8814c13d0f09f0 Mon Sep 17 00:00:00 2001
From: Manuel Kieweg <manuel.kieweg@h-da.de>
Date: Tue, 30 Mar 2021 12:13:54 +0100
Subject: [PATCH] integration test package path

---
 build/ci/.test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/ci/.test.yml b/build/ci/.test.yml
index 655c0238a..4063f4b26 100644
--- a/build/ci/.test.yml
+++ b/build/ci/.test.yml
@@ -17,7 +17,7 @@
 <<: *it
 script:
   - cd ./nucleus
-  - go test -race  -v -coverprofile=coverage.out
+  - go test -race ./test/integration -v -coverprofile=coverage.out
 
 
 unit-test:
-- 
GitLab