Skip to content

Commit

Permalink
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 0948686 commit 097550a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,12 +253,12 @@ docker:test:
# - docker:build:cross-platform
services:
- name: ${GITLAB_REGISTRY}:${CI_COMMIT_REF_NAME}
alias: knot-resolver
alias: resolver
before_script:
- apt-get update
- apt-get -y install dnsutils
- apt-get -y install knot-dnsutils
script:
- dig nic.cz @knot-resolver
- kdig nic.cz A @resolver#53

docker:deploy:
<<: *docker
Expand Down

0 comments on commit 097550a

Please sign in to comment.