Skip to content

Commit 6d131ee

Browse files
committed
Use normal debian docker images for building
1 parent 1f2d9a9 commit 6d131ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: "credativ/debian-build:stretch"
1+
image: "debian:stretch"
22

33
variables:
44
DEPLOY_SSH_USER: "ansible"
@@ -51,7 +51,7 @@ build:stretch-release:
5151

5252
build:buster: &build_buster
5353
<<: *build
54-
image: "credativ/debian-build:buster"
54+
image: "debian:buster"
5555
script:
5656
- apt-get update -qq
5757
- apt-get -y --no-install-recommends build-dep ./

0 commit comments

Comments
 (0)