From 9a12adc08d0a4784fe50047251e0ee013dcaa9df Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 11 Jun 2019 14:35:11 +0000 Subject: [PATCH] wrong build image, fixed --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d843eb..c29241e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: build: stage: build - image: registry.gitlab.com/wolutator/build-env-arduino:latest + image: registry.gitlab.com/wolutator/base-build-env:latest tags: - hottis - linux