Remove unused GitLab CI configuration

We're not using the GitLab CI integration yet and we will need to
rethink how to implement it anyway.

Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
Major Hayden 2020-02-19 07:33:49 -06:00 committed by Ondřej Budai
parent be663bd3d5
commit 961322d959

View file

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