From 5d67fe9d0097115c349f5fbce2b62e736c163875 Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Sun, 7 Jun 2020 04:25:16 +0200 Subject: [PATCH] Specify ubuntu image in gitlab ci config --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 488d704..0f51c75 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,3 +14,4 @@ build-and-run-platformtests: artifacts: paths: - artifacts + image: "images:ubuntu/focal/cloud"