From 013d26e705ce913679d53a0fe5e3d064c6c76ea6 Mon Sep 17 00:00:00 2001
From: Konstantin Schulz <schulzkx@hu-berlin.de>
Date: Wed, 4 Oct 2023 09:41:39 +0200
Subject: [PATCH] fix frontend CI entrypoint

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2efbba4..1bc16bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,7 @@ ci_frontend:
     - docker:24.0.5-dind
   stage: ci
   script:
-    - docker compose run --rm mc_frontend npm run test-ci > ci_frontend.log
+    - docker compose run --rm --entrypoint="npm run test-ci" mc_frontend > ci_frontend.log
 ci_backend:
   artifacts:
     paths:
-- 
GitLab