16 lines
271 B
Diff
16 lines
271 B
Diff
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
|