Update .gitlab-ci.yml file to remove build stage, since this is a library

This commit is contained in:
2025-09-04 14:38:28 +00:00
parent 45e3758ce3
commit aadff6416e

View File

@@ -1,5 +1,4 @@
stages: stages:
- build
- test - test
- deploy - deploy
- review - review