From f76de1849d2c4511fe8eee89e1d33384fa843bd1 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Wed, 9 Mar 2022 06:48:16 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48a9483..5cf013a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,6 @@ stages: # List of stages for jobs, and their order of execution - test - deploy -image: debian - docker-build-push: # Use the official docker image. image: docker:latest @@ -51,6 +49,8 @@ container_scanning: DOCKER_IMAGE: "$CI_REGISTRY_IMAGE${tag}" stage: test + +image: debian before_script: - apt-get update -qq # Setup SSH deploy keys