Skip to content
Snippets Groups Projects
Commit 867e08aa authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

cleanup

parent 3e35d5ad
No related branches found
No related tags found
1 merge request!249Fix integration tests again
Pipeline #251532 failed
...@@ -189,6 +189,8 @@ integration-test-aes: ...@@ -189,6 +189,8 @@ integration-test-aes:
- go version - go version
script: script:
- make integration-test-aes - make integration-test-aes
after_script:
- ./scripts/remove_go_as_user.sh
integration-test-otp: integration-test-otp:
tags: tags:
...@@ -206,3 +208,5 @@ integration-test-otp: ...@@ -206,3 +208,5 @@ integration-test-otp:
- go version - go version
script: script:
- make integration-test-otp - make integration-test-otp
after_script:
- ./scripts/remove_go_as_user.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment