diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7994c85224ae8836fcd205ef74b1c46fe79ba0b..46ed415779f3cf29420b7781f4677724debdb9c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,10 +14,10 @@ build:buster: paths: - build/* -build:stretch: - image: debian:stretch - script: - - ./make.sh - artifacts: - paths: - - build/* +#build:stretch: +# image: debian:stretch +# script: +# - ./make.sh +# artifacts: +# paths: +# - build/*