Skip to content
Snippets Groups Projects
Commit 82b8e307 authored by Matthieu Boileau's avatar Matthieu Boileau
Browse files

test without docker

parent e05bb97a
No related merge requests found
Pipeline #8426 passed with stages
in 5 seconds
...@@ -5,14 +5,14 @@ stages: ...@@ -5,14 +5,14 @@ stages:
build_hello: build_hello:
stage: build stage: build
tags: tags:
- shell, docker - shell
script: script:
- make - make
test_hello: test_hello:
stage: test stage: test
tags: tags:
- shell, docker - shell
script: script:
- make test - make test
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment