How do I make my program bootstrap when I use the GitLab CI/CD?

Just as my title says.

You execute it.

@hunger_venus you need provide a bit more details about your program and which commands / dependency managers you want to use.

1 Like

I’m guessing that you’re after the script attribute. E.g.:

job:
  script: "echo 'Hello, world!'"