Добавлены стадии в конфигурацию CI/CD

This commit is contained in:
dev.d.tolstov 2025-03-02 23:59:32 +04:00
parent 84350ed905
commit c1f7071586

View file

@ -1,3 +1,7 @@
stages:
- build
test_job:
stage: build
script:
- echo "test job"