Newer
Older
before_script:
- df
- cat /etc/resolv.conf
- cat /etc/hosts
- docker build -t image-test:$CI_COMMIT_SHORT_SHA --no-cache .
when: manual
test run:
stage: test
needs:
- build image
script: