commit 6dee79919182eadc328d65736112c8e28176ef53 parent fd7d2ebbea9d3079fd4cbd210b7bf081eb3f7764 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 10 Apr 2019 17:35:23 +0200 Install gnuplot on Alpine CI instance Diffstat:
M | .gitlab-ci.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -2,7 +2,7 @@ build-alpine: stage: build image: alpine:edge before_script: - - apk --no-cache add build-base + - apk --no-cache add build-base gnuplot script: - make artifacts: