Simplify CI configurations for frontend and backend projects.

This commit is contained in:
2025-04-27 21:05:41 +02:00
parent 46676c1e4a
commit 5e659d0175
4 changed files with 120 additions and 120 deletions

7
backend/.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,7 @@
stages:
- backend_build
backend_build_job:
stage: backend_build
script:
- echo "Building backend project"