This is the first test of connecting gitlab CI to the github repository. Signed-off-by: Major Hayden <major@redhat.com>
8 lines
124 B
YAML
8 lines
124 B
YAML
stages:
|
|
- test
|
|
|
|
unit_test:
|
|
stage: test
|
|
image: python:3.7-alpine
|
|
script:
|
|
- python3 -m unittest test.test_osbuild
|