diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8f791a90eb95c557a2157d9e753597467e6c3d6..2aebdcb91b5b514f6e2ae6d39e6c1b9c06806c3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ test_build_script: # Stretch test_build_nginx_stretch: stage: build - image: containers.ethitter.com:443/docker/images/debian:stretch-dev + image: containers.ethitter.com:443/docker/images/debian:stretch script: - chmod +x ./scripts/build.sh - ./scripts/build.sh @@ -23,7 +23,7 @@ test_build_nginx_stretch: build_nginx_stretch: stage: build - image: containers.ethitter.com:443/docker/images/debian:stretch-dev + image: containers.ethitter.com:443/docker/images/debian:stretch script: - chmod +x ./scripts/build.sh - ./scripts/build.sh