Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 437 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 437 Bytes

GitLab CI box

A docker image for GitLab runner

If you use GitLab runner using docker option, you need to select docker image name to run tests. But default images aren't contain git command that needed to clone repository before run tests.

  • Based on Ubuntu image.
  • Built-in git command.
  • Pre-installed wget, curl, software-properties.

Usage

use tsdn/gitlab-ci-box on your GitLab runner configuration.