diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c354353..5fd76f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -244,7 +244,7 @@ test: --profile migrations --profile tests script: - - apk add --no-cache podman podman-compose + - dnf -y install podman podman-compose - export PROFILES="$(printf '%s ' $COMPOSE_PROFILES)" - cp "$TEST_STAGE_FIREBASE_CONF" ./infrastructure/configs/backend/firebase.json - |