From e4b3afaed22023eb225788fcae12ce2786312823 Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Thu, 11 Nov 2021 12:14:57 +0000
Subject: [PATCH] L2SS-205: Wild attempts to fix issues in undebuggable
 systems..

---
 .gitlab-ci.yml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e492b5d6..00b6e89eb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,18 +42,16 @@ stages:
 docker_store_images_master_tag:
   extends: .base_docker_store_images
   only:
-    refs:
-      - tags
-      - master
+    - tags
+    - master
 docker_store_images_changes:
   extends: .base_docker_store_images
   only:
     changes:
       - docker-compose/.env
   except:
-    refs:
-      - tags
-      - master
+    - tags
+    - master
 #newline_at_eof:
 #  stage: linting
 #  before_script:
-- 
GitLab