From 183716698c4839d46c66315c6d8162cf926f8882 Mon Sep 17 00:00:00 2001
From: Falk Rehse <falk.rehse@tu-dortmund.de>
Date: Tue, 27 May 2025 18:42:24 +0200
Subject: [PATCH] Improve CI

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 45af89e..140b846 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,6 +25,7 @@ sonarqube-check:
 pages:
   image: node:20-alpine
   stage: build
+  needs: []
   script:
     - npm install
     - npm run build
-- 
GitLab