diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68665aa..491fd5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,19 @@ stages: + - hello - build +job1: + stage: hello + tags: + - hottis + - linux + - docker + script: + - echo "Hallo" + - echo "Welt" + - whoami + + build: image: registry.gitlab.com/wolutator/gitlabrunner-msp430:latest stage: build