Skip to content
Snippets Groups Projects
Unverified Commit 1b21bd1d authored by Georg Krause's avatar Georg Krause
Browse files

Test script on Ubuntu and Debian

parent 43ca04d4
No related branches found
No related tags found
1 merge request!29Resolve "cannot import name 'environmentfilter' from 'jinja2.filters'"
Pipeline #20744 failed with stage
in 15 minutes and 34 seconds
......@@ -9,7 +9,10 @@ variables:
test-install-script:
stage: test
image: debian:10
image: $TEST_IMAGE
parallel:
matrix:
- TEST_IMAGE: ["debian:10", "ubuntu:bionic", "ubuntu:focal", "ubuntu:jammy"]
interruptible: true
before_script:
- apt-get update && apt-get install -y curl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment