Skip to content

Commit

Permalink
Adding dummy CI job.
Browse files Browse the repository at this point in the history
  • Loading branch information
grugnog authored and davenuman committed Feb 24, 2021
1 parent d3094b9 commit 1b6df63
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
stages:
- test

test:
stage: test
tags:
- centos7distro
script:
- uname -a
- docker ps
- docker run hello-world

0 comments on commit 1b6df63

Please sign in to comment.