Skip to content

Commit

Permalink
fixup! fixup! fixup! .gitlab-ci.yml: added docker cross-platform tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alesmrazek committed Nov 12, 2024
1 parent 097550a commit 0a03121
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,12 +253,13 @@ docker:test:
# - docker:build:cross-platform
services:
- name: ${GITLAB_REGISTRY}:${CI_COMMIT_REF_NAME}
alias: resolver
alias: knot-resolver
before_script:
- apt-get update
- apt-get -y install knot-dnsutils
- apt-get -y install knot-dnsutils curl
script:
- kdig nic.cz A @resolver#53
- curl https://knot-resolver:5000/schema
- kdig nic.cz A @knot-resolver#53

docker:deploy:
<<: *docker
Expand Down

0 comments on commit 0a03121

Please sign in to comment.