Skip to content
Snippets Groups Projects

ci: Run tests for latest develop

Merged Georg Krause requested to merge test-develop into master
+ 9
8
@@ -26,14 +26,7 @@ test-install-script:
image: $TEST_IMAGE
parallel:
matrix:
- TEST_IMAGE:
[
"debian:10",
"ubuntu:focal",
"ubuntu:jammy",
"debian:11",
"debian:12",
]
- TEST_IMAGE: ["ubuntu:focal", "ubuntu:jammy", "debian:11", "debian:12"]
interruptible: true
before_script:
- apt-get update && apt-get install -y curl
@@ -53,6 +46,14 @@ test-install-script:
printf 'test.deployment\ntest\ncontact@test.deployment\nY\nN\n\n\n\N\n\n\n' | bash install.sh
tags:
- docker
test-install-script-develop:
extends: test-install-script
variables:
FUNKWHALE_VERSION: develop
before_script:
- apt-get update && apt-get install -y curl
pages:
stage: deploy
image: buildpack-deps
Loading