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>
This commit is contained in:
Major Hayden 2020-01-23 15:17:01 +01:00 committed by Tom Gundersen
parent cf9c9946e0
commit 2691acefeb

8
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,8 @@
stages:
- test
unit_test:
stage: test
image: python:3.7-alpine
script:
- python3 -m unittest test.test_osbuild