Skip to content

Instantly share code, notes, and snippets.

@kasvith
Created July 16, 2018 12:59
Show Gist options
  • Save kasvith/0d10b431184f3d76f10d45beb4646498 to your computer and use it in GitHub Desktop.
Save kasvith/0d10b431184f3d76f10d45beb4646498 to your computer and use it in GitHub Desktop.
Gitlab CI intro
test:
image: python:3.7
script:
- python -m unittest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment