diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..8e181bd63094144b3207bb9d11bc6e2999999374 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,5 @@ +test: + tags: + - shell + script: + - echo "This is a test!"