Skip to content

Instantly share code, notes, and snippets.

@MeixnerTobias
Created August 14, 2016 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MeixnerTobias/93025793f1a0ebde61fbc8569fa30a34 to your computer and use it in GitHub Desktop.
Save MeixnerTobias/93025793f1a0ebde61fbc8569fa30a34 to your computer and use it in GitHub Desktop.
Gitlab Runner Configuration - ~/.gitlab-runner/config.toml
concurrent = 1
check_interval = 0
[[runners]]
name = "Fun with EB CI sample in EC2"
url = "https://gitlab.com/ci"
token = "XXXXXXXXXXXXXX"
executor = "docker"
[runners.docker]
tls_verify = false
image = "meixnertobias/dockerpipawscli:latest"
privileged = false
disable_cache = false
volumes = ["/cache"]
[runners.cache]
Insecure = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment