From 665a0f0423225852edbef1b525cab510fc112c04 Mon Sep 17 00:00:00 2001 From: Tasko Olevski <tasko.olevski@sdsc.ethz.ch> Date: Tue, 25 May 2021 22:17:28 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0a3b25be..6b9c93e0e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,3 +11,4 @@ docker-build: only: variables: - '$CI_COMMIT_TAG =~ /^[0-9]+\.[0-9]+\.[0-9]+$/' + - '$CI_COMMIT_TAG =~ /^test-[0-9]+\.[0-9]+\.[0-9]+$/' -- GitLab