Skip to content

Instantly share code, notes, and snippets.

@gandroz
Created February 21, 2020 21:26
Show Gist options
  • Save gandroz/58b4097ca89323495bf8081c952bae3f to your computer and use it in GitHub Desktop.
Save gandroz/58b4097ca89323495bf8081c952bae3f to your computer and use it in GitHub Desktop.
gitlab_snippet
image: python:3.6-slim
before_script:
- python -V # Print out python version for debugging
stages:
- test
test_job:
stage: test
script:
- echo "Running tests"
- python -m unittest discover -s "./tests/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment