From 15efd0a68fe8fe4c29010dffa73b3eda50ddaa4c Mon Sep 17 00:00:00 2001 From: sD Date: Sun, 23 Feb 2020 20:48:56 +0100 Subject: [PATCH] CI: Use Ubuntu image for Linux deploy i stole longbytes commit ehehe --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01a0aee..27bb572 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -111,6 +111,7 @@ build windows i686: cp -a ../LICENSE.MIT LICENSE.txt deploy linux x86_64: + image: ubuntu stage: deploy dependencies: - build linux x86_64