From eb4eb715bb6a379a427aec24fe1a9f235562aed4 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Sat, 16 Feb 2019 23:02:22 +0100 Subject: [PATCH] fix ci script partly ? --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ec4e69..51da68e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,11 +2,10 @@ stages: - hello - build -image: registry.gitlab.com/wolutator/gitlabrunner-msp430:latest - job1: stage: hello + image: debian:latest tags: - hottis - linux @@ -19,6 +18,7 @@ job1: build: stage: build + image: registry.gitlab.com/wolutator/gitlabrunner-msp430:latest tags: - hottis - linux