chore(gitlab-ci): fix syntax

This commit is contained in:
Sarah Vaupel 2024-08-19 02:19:52 +02:00
parent 6f392396b9
commit 2d415a99fe

View File

@ -131,6 +131,7 @@ backend build:
paths:
- /fradrive/.stack/
- /fradrive/.stack-work/
cache: &backend-cache
backend lint:
stage: lint
@ -152,7 +153,6 @@ backend test:
script:
- *load-backend-image
- make -- --docker-run-backend-test FRADRIVE_SERVICE=backend
cache: *backend-cache
push backend image: