From 6af72d997013bb64476e6abbcbee4d3a04ff3852 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Sat, 16 Feb 2019 22:41:59 +0100 Subject: [PATCH] change ci script --- .gitlab-ci.yml | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9129b21..68665aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,37 +1,13 @@ stages: - - hello - build - -job1: - stage: hello - tags: - - hottis - - linux - - debian - script: - - echo "Hallo" - - echo "Welt" - - whoami - -job2: - stage: hello - tags: - - hottis - - linux - - debian - script: - - echo "Hello" - - echo "World" - - whoami - -job3: +build: + image: registry.gitlab.com/wolutator/gitlabrunner-msp430:latest stage: build tags: - hottis - linux - - debian - - msp430 + - docker only: refs: - master