Update .gitlab-ci.yml file

This commit is contained in:
Aaron Riedel 2022-03-09 06:48:16 +00:00
parent f9bf004ba8
commit f76de1849d

View file

@ -3,8 +3,6 @@ stages: # List of stages for jobs, and their order of execution
- test - test
- deploy - deploy
image: debian
docker-build-push: docker-build-push:
# Use the official docker image. # Use the official docker image.
image: docker:latest image: docker:latest
@ -51,6 +49,8 @@ container_scanning:
DOCKER_IMAGE: "$CI_REGISTRY_IMAGE${tag}" DOCKER_IMAGE: "$CI_REGISTRY_IMAGE${tag}"
stage: test stage: test
image: debian
before_script: before_script:
- apt-get update -qq - apt-get update -qq
# Setup SSH deploy keys # Setup SSH deploy keys