Update .gitlab-ci.yml file

This commit is contained in:
Aaron Riedel 2022-03-09 05:20:26 +00:00
parent b37a41c299
commit 5eb107a84a

View file

@ -43,6 +43,14 @@ docker-build:
- master
- dev
container_scanning:
variables:
DOCKER_IMAGE: "$CI_REGISTRY_IMAGE${tag}"
stage: test
only:
- master
- dev
before_script:
- apt-get update -qq
# Setup SSH deploy keys