From b0a522e5c4e69741f625625cb9ca411b3a46159f Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Fri, 17 Feb 2023 17:15:48 +0100 Subject: [PATCH] Build both models and webpage --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70f8751..8da3db7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,6 @@ build: - apt-get install -y jq make script: - Xvfb :99 & - - DISPLAY=:99 make -j$(nproc) DESTDIR=public + - DISPLAY=:99 make -j$(nproc) DESTDIR=public models webpage artifacts: paths: ["public"]