From 6d10f716f1e9e9fb9636d510bec4dc969621e0d9 Mon Sep 17 00:00:00 2001 From: Neil-Jocelyn Schark <neil.schark@h-da.de> Date: Mon, 20 Jan 2025 15:55:47 +0000 Subject: [PATCH] wip --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fcce1b19..331a1e2f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -189,8 +189,6 @@ integration-test-aes: - go version script: - make integration-test-aes - after_script: - - ./scripts/remove_go_as_user.sh integration-test-otp: tags: @@ -208,5 +206,3 @@ integration-test-otp: - go version script: - make integration-test-otp - after_script: - - ./scripts/remove_go_as_user.sh -- GitLab