From c1c650a37e399d8011992f35dc3e156efe0d94cd Mon Sep 17 00:00:00 2001 From: Hallvard Traetteberg <hal@ntnu.no> Date: Wed, 1 Sep 2021 18:11:50 +0200 Subject: [PATCH] =?UTF-8?q?Kj=C3=B8r=20maven=20for=20=C3=A5=20bygge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22e6bad..05e661d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ build: pages: script: - - gradle -Pci=gitlab build + - mvn "-Dci=gitlab" process-resources - cp -r lectures/build/docs/* public # - ls public/* public/*/* artifacts: -- GitLab