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