diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..7057d0b9 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,8 @@ +test_runner: + tags: + - linux + - shell + script: + - hostname + - whoami + - pwd \ No newline at end of file