Use docker image for e2e-setup step. Youch.

This commit is contained in:
Chad Curtis 2025-04-08 03:00:14 -04:00
parent e8b17480a3
commit 6987a173b6

View file

@ -36,6 +36,7 @@ test:
# Start E2E environment
e2e-environment:
stage: e2e-setup
image: ubuntu:22.04
before_script:
# Install required packages
- apt update