From 867e08aa2034d79fdc6cf7995bd29d48b505e438 Mon Sep 17 00:00:00 2001
From: Neil-Jocelyn Schark <neil.schark@h-da.de>
Date: Mon, 20 Jan 2025 15:49:43 +0000
Subject: [PATCH] cleanup

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0fe06ad0..f60ab4f4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -189,6 +189,8 @@ integration-test-aes:
         - go version
     script:
         - make integration-test-aes
+    after_script:
+        - ./scripts/remove_go_as_user.sh
 
 integration-test-otp:
     tags:
@@ -206,3 +208,5 @@ integration-test-otp:
         - go version
     script:
         - make integration-test-otp
+    after_script:
+        - ./scripts/remove_go_as_user.sh
-- 
GitLab