variables: &image 'git.rustybever.be/chewing_bever/c-devop:alpine3.17' branches: exclude: [ main ] platform: linux/amd64 depends_on: - test pipeline: test: image: *image pull: true commands: - make test-mem when: event: [push, pull_request]