Skip to content
Snippets Groups Projects
Commit 013d26e7 authored by Konstantin Schulz's avatar Konstantin Schulz
Browse files

fix frontend CI entrypoint

parent d36597f9
No related branches found
No related tags found
No related merge requests found
Pipeline #51058 passed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment