issue #11148 [cicd] prepared basic cicd pipeline for nodejs application
created basic pipeline which:
- runs tests on every mr
- builds the web app and packages it
- publishes webpack optimized bundle to gitlab general package registry (for default branch only)
- mocks manual deploy to production environment (will be part of another issue)