From b2ad107e28f4d804f3857c7f4c2ff9498b65b63d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marko=20Ivan=C4=8Di=C4=87?= <marko.ivancic@srce.hr>
Date: Mon, 8 May 2023 17:25:12 +0200
Subject: [PATCH] WIP

---
 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0034641..88e2c4a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,13 +33,14 @@ test-81:
     - composer install --prefer-dist --no-progress --no-suggest
     - composer run-script pre-commit
 
-# PHP v8.1
+# TODO mivanci remove when GEANT project finishes
+# Do some updates on the test deployment...
 niif-update:
   tags:
     - niif-hu-shell
   stage: deploy
   rules:
-    - if: '$CI_COMMIT_BRANCH == "runner"'
+    - if: '$CI_COMMIT_BRANCH == "main"'
   #      when: manual
   script:
     - cd /var/www/simplesamlphp
-- 
GitLab