Skip to content
Snippets Groups Projects
Commit 7e53824d authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Merge branch 'ci_test1' into 'master'

gitlab CI: avoid rebuilding knot when unit tests...

See merge request !1277
parents 12f91bfc 9bd909d5
No related branches found
No related tags found
1 merge request!1277gitlab CI: avoid rebuilding knot when unit tests...
Pipeline #78805 passed
......@@ -118,6 +118,8 @@ docker:knot-dns:fedora:
.test: &test_job
stage: test
before_script:
- find -exec touch -t $(date +%m%d%H%M) {} \;
script:
- make -k check V=1
except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment