diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..e925c505e8425173f43a1071c69362f5ba8108aa --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,8 @@ +test: + script: + - hostname + tags: + - '64' + except: + - tags + type: build