Skip to content

Commit

Permalink
fixup! fixup! .gitlab-ci.yml: added docker image test
Browse files Browse the repository at this point in the history
  • Loading branch information
alesmrazek committed Nov 14, 2024
1 parent bcbe7c0 commit 68a13b9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,15 @@ docker:test:
<<: *multi_platform
# needs:
# - docker:build:cross-platform
image: ${GITLAB_REGISTRY}:${CI_COMMIT_REF_NAME}
image:
name: ${GITLAB_REGISTRY}:${CI_COMMIT_REF_NAME}
entrypoint: [""]
before_script:
- /usr/bin/knot-resolver -c /etc/knot-resolver/config.yaml
script:
- kresctl stop
- kresctl config get
tags:
- docker
- ${PLATFORM}

# docker:test:
Expand Down

0 comments on commit 68a13b9

Please sign in to comment.