feat(ci): run docker build only after tests pass

This commit is contained in:
Iain Learmonth 2023-01-21 13:45:35 +00:00
parent 962f90b384
commit 70bdebd155

View file

@ -1,5 +1,10 @@
image: python:3.8-bullseye image: python:3.8-bullseye
stages:
- test
- build
- deploy
test:bandit: test:bandit:
script: script:
- cp config.yaml.example config.yaml - cp config.yaml.example config.yaml