Skip to content
Snippets Groups Projects
Commit 3bb5ac20 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

we can test on latest debian again

parent 3d3e5267
No related branches found
No related tags found
1 merge request!871Resolve "add support for debian:buster"
...@@ -325,7 +325,7 @@ build_debian_package: ...@@ -325,7 +325,7 @@ build_debian_package:
- debian/create-debian-pkg.sh - debian/create-debian-pkg.sh
test_upgrade_debian_package: test_upgrade_debian_package:
image: debian:stretch image: debian
stage: test stage: test
only: only:
- tags - tags
...@@ -376,7 +376,7 @@ test_upgrade_debian_package: ...@@ -376,7 +376,7 @@ test_upgrade_debian_package:
- test 1 = $(cat configuration.json| grep $version | wc -l) - test 1 = $(cat configuration.json| grep $version | wc -l)
test_install_debian_package: test_install_debian_package:
image: debian:stretch image: debian
stage: test stage: test
only: only:
- tags - tags
......
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