You can set language: minimal or language: generic which is language independent.
From the documentation :
minimal has some basic CI and Python tools:
- version control tools
- basic build tools like gcc and make
- network tools like curl and essential
- docker
- python
generic extends minimal and additionally includes:
- databases and services
- go
- Jvm
- node_js
- Php
- Ruby
source share