Skip to content

Commit

Permalink
fixup! fixup! 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 c9bfd2c commit 0b13170
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,13 @@ docker:test:
before_script:
- apt-get update
- apt-get -y install knot-dnsutils curl git
- /usr/bin/knot-resolver -c /etc/knot-resolver/config.yaml > /dev/null &
- /usr/bin/knot-resolver -c /etc/knot-resolver/config.yaml > kres-log.txt &
- sleep 30s
script:
- tests/docker/run-tests.sh
- kresctl stop
after_script:
- cat kres-log.txt
tags:
- docker
- ${PLATFORM}
Expand Down

0 comments on commit 0b13170

Please sign in to comment.