DEV Community

Discussion on: This one trick gives you unlimited CI minutes on Gitlab.

Collapse
 
robertpro profile image
José Roberto Meza Cabrera

Hey Michael, thank you for the tip, I am running an issue:

register-runner_1  | FATAL: flag provided but not defined: -non-interactived 
stack_register-runner_1 exited with code 1
runner_1           | ERROR: Failed to load config stat /etc/gitlab-runner/config.toml: no such file or directory  builds=0

Some help would be really appreciated.

Collapse
 
narongdejsrn profile image
Narongdej Sarnsuwan

The docker-compose should be

  command:
    - register
    - --non-interactive
    - --locked=false

with out the d in interactive