From 27396fd90837ade744ab86ba38d8eed160d554fe Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Sat, 16 Feb 2019 22:53:25 +0100 Subject: [PATCH] change ci script --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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