From 516dcbd17f2918ef265a98fdaa9a378681394154 Mon Sep 17 00:00:00 2001
From: Daniel Rainer <daniel.m.rainer@student.uibk.ac.at>
Date: Sat, 5 Mar 2022 17:16:09 +0100
Subject: [PATCH] Show CI_COMMIT_REF_NAME

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 447e60ac6..beae32cc3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,6 +17,7 @@ before_script:
 npm-install:
   stage: setup
   script:
+    - echo "$CI_COMMIT_REF_NAME"
     - npm install
   cache:
     key: '$CI_COMMIT_REF_NAME'
-- 
GitLab