Update .gitlab-ci.yml file

This commit is contained in:
Sebastiaan de Schaetzen 2023-02-17 16:20:59 +00:00
parent b0a522e5c4
commit 0fcb8a6bf1

View File

@ -6,4 +6,5 @@ build:
- Xvfb :99 &
- DISPLAY=:99 make -j$(nproc) DESTDIR=public models webpage
artifacts:
expose_as: public
paths: ["public"]