From 3a9e84aefe5ced0ad9d903a04abb89ce783c2df6 Mon Sep 17 00:00:00 2001 From: nitrix Date: Tue, 17 Dec 2019 18:46:04 +0100 Subject: [PATCH] fix image name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ccbe42..926eb25 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ build: - mvn package test: - image: ubuntu/rolling:latest + image: ubuntu:rolling stage: test tags: - docker