debian-forge/.gitlab-ci.yml
Major Hayden 2691acefeb Add the first gitlab ci YAML
This is the first test of connecting gitlab CI to the github
repository.

Signed-off-by: Major Hayden <major@redhat.com>
2020-01-24 00:41:12 +01:00

8 lines
124 B
YAML

stages:
- test
unit_test:
stage: test
image: python:3.7-alpine
script:
- python3 -m unittest test.test_osbuild