From f83e13200ca05748c0606e015a87e424e6a2b7c1 Mon Sep 17 00:00:00 2001 From: Fischer Jonas <jf131@hdm-stuttgart.de> Date: Thu, 22 Feb 2024 16:06:01 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51413ed..ebf8835 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ test-backend: script: - echo 'Running unit tests...' - cd ./sth-backend - - mvn test + - mvn test -Dtest=!DatabaseOperationsTest artifacts: reports: junit: -- GitLab