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
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue