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
Branches
No related tags found
1 merge request!29Resolve "cannot import name 'environmentfilter' from 'jinja2.filters'"
Pipeline #20744 failed
......@@ -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.
Please register or to comment