diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..2689ba25c84056fa7666d00a8eccf97cfcc8f8da --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,12 @@ +--- +image: python:3 + +stages: + - hello + +say_hello: + stage: hello + script: + - echo 'Hello world!' + tags: + - sib