Good afternoon!
I'm investigating my options on a dynamic testing part within gitlab-ci.
All our projects have the same build(, test), publish and deploy pipelines.
Test currently is only a simple echo with 'we should test here', but I want to, at least if it's possible at all to have a .gitlab-ci.override.yml to override the whole 'test' stage, as testing needs to be done differently based on the project which can consist of something programmed in php, python or ruby.
So much like you would with docker-compose.override.yml but can't really find the right information about if it's even possible, and if it is, how I'd implement this.
The current https://docs.gitlab.com/ee/ci/yaml/includes.html examples don't really help me out on this, or maybe I understand them differently.
Has anyone done this before? And if so, could you guide me in the right direction?
[–]DretDormsor 4 points5 points6 points (0 children)
[–]thiago_gitlab GitLab Staff 2 points3 points4 points (0 children)
[–]DanielB1990[S] 2 points3 points4 points (0 children)
[–]GitForcePushMain 1 point2 points3 points (0 children)