ci(gitlab-ci): fix syntax

This commit is contained in:
Sarah Vaupel 2024-08-25 06:48:42 +02:00
parent 1184d54ef1
commit 68eeacf3c2

View File

@ -50,6 +50,7 @@ lint:
test: test:
stage: test stage: test
needs:
- compile - compile
script: script:
- make -- backend-test${PROD_BUILD} - make -- backend-test${PROD_BUILD}