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:
parent
cf9c9946e0
commit
2691acefeb
1 changed files with 8 additions and 0 deletions
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
stages:
|
||||
- test
|
||||
|
||||
unit_test:
|
||||
stage: test
|
||||
image: python:3.7-alpine
|
||||
script:
|
||||
- python3 -m unittest test.test_osbuild
|
||||
Loading…
Add table
Add a link
Reference in a new issue