chore(gitlab-ci): fix syntax
This commit is contained in:
parent
6f392396b9
commit
2d415a99fe
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user