From 87cf28adafcee3b00dae456047c45fb71ceabff1 Mon Sep 17 00:00:00 2001 From: Gustav Kindgren <guski416@student.liu.se> Date: Mon, 3 Oct 2022 18:13:52 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee9111d..5f17419 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,8 @@ test: script: - ant -lib test/lib/junit.jar -Dtest=AllTests testall artifacts: - - ./build/report/ + paths: + - ./build/report/ pages: stage: deploy dependencies: -- GitLab