Update CI CD with Gitlab authored by Matthias Taeschner's avatar Matthias Taeschner
......@@ -18,6 +18,7 @@ Currently, the pipeline consists of the following steps:
- Checks (check for license headers, checkstyle, spotbugs)
- Build
- Tests
- (Deploy - for push/merge to master branch only, will update the [packages](https://git.informatik.uni-leipzig.de/dbs/FAMER/-/packages))
If one step fails the pipeline will not continue for the next step.
......
......