Update .gitlab-ci.yml file
This commit is contained in:
parent
f9bf004ba8
commit
f76de1849d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue