From b6fbc8bcc003e9ebe77c13eb78647ab6deec61dc Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Wed, 8 Jul 2020 11:27:54 +0200 Subject: [PATCH] Fix the image name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c94f4fa8..b3570e9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: registry.gitlab.tugraz.at/vpu/webcomponents/toolkit/main:v6 +image: registry.gitlab.tugraz.at/vpu/webcomponents/toolkit/main:v1 stages: - test -- GitLab