fix: logic #99

Merged
jon_nfc merged 7 commits from 28-29-logic-fixes into development 2024-05-03 18:20:29 +00:00
5 changed files with 54 additions and 22 deletions
Showing only changes of commit a01af004a7 - Show all commits

View File

@ -37,6 +37,8 @@
- | # enter test container
docker exec -i test_image_${CI_JOB_ID} ps aux
- docker ps
- docker exec -i test_image_${CI_JOB_ID} bash -c 'apt update || true'
- docker exec -i test_image_${CI_JOB_ID} bash -c 'apt update || true'
- docker exec -i test_image_${CI_JOB_ID} apt update
- docker exec -i test_image_${CI_JOB_ID} apt install -y --no-install-recommends python3-pip net-tools dnsutils iptables
- |