From 0dca4f14fefb9349c68b3afccec9e997be61a768 Mon Sep 17 00:00:00 2001 From: oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> Date: Wed, 6 Feb 2019 23:36:03 +0000 Subject: [PATCH] Use ubuntu instead of ruby or whatever GitLab CI defaults to --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c9b249..4f038f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,6 +100,7 @@ deploy linux: - zip/ deploy windows: + image: ubuntu stage: deploy dependencies: - build windows i686 @@ -107,6 +108,7 @@ deploy windows: - docker - linux script: + - apt-get update - apt-get install --no-install-recommends -y zip - mkdir artifact