From a026667c2531e6c0289a06f7c89bab34eee3b9bd Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Sun, 1 Mar 2020 14:14:56 +0100 Subject: [PATCH] Use correct flag --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91337ac..220108a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ test: stage: test script: - git --no-pager diff --name-only origin/master - - python publish_images.py -q + - python publish_images.py -t tags: - docker except: -- GitLab