Skip to content
Snippets Groups Projects

Resolve "cannot import name 'environmentfilter' from 'jinja2.filters'"

Files
2
+ 4
1
@@ -9,7 +9,10 @@ variables:
@@ -9,7 +9,10 @@ variables:
test-install-script:
test-install-script:
stage: test
stage: test
image: debian:10
image: $TEST_IMAGE
 
parallel:
 
matrix:
 
- TEST_IMAGE: ["debian:10", "ubuntu:focal", "ubuntu:jammy", "debian:11"]
interruptible: true
interruptible: true
before_script:
before_script:
- apt-get update && apt-get install -y curl
- apt-get update && apt-get install -y curl
Loading