Skip to content

Refactor CI pipeline

Tomasz Maczukin requested to merge refactor-ci-pipeline into main
  1. Reduces some repeats in the code by defining rule templates we can re-use across jobs
  2. Moves the files under .gitlab/ci/ and updates the naming to match our other projects
  3. Adds needs: definitions, which allows to jobs to be started immediately after their dependencies were done (and not wait for the whole stage to be finished first).
Edited by Darby Frey

Merge request reports