Skip to content
Snippets Groups Projects
Commit be8f3a80 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

[Makefile] Add gitlab-runner target

parent 59567e30
No related branches found
No related tags found
No related merge requests found
......@@ -76,3 +76,9 @@ format: all
stresstest: test
./stresstest/stresstest.sh build/tests/simplest_fib_test
# TODO: Determine how we can run also jobs from the 'test' stage,
# e.g. test-gcc.
.PHONY: gitlab-runner
gitlab-runner:
gitlab-runner exec docker smoke-test
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