Skip to content
Snippets Groups Projects
Commit 2986c488 authored by David Trattnig's avatar David Trattnig
Browse files

Test stage for CI.

parent cadc6267
No related branches found
No related tags found
No related merge requests found
Pipeline #736 failed
...@@ -2,6 +2,7 @@ image: alpine:latest ...@@ -2,6 +2,7 @@ image: alpine:latest
stages: stages:
- bundle - bundle
- test
- deploy - deploy
variables: variables:
...@@ -30,6 +31,11 @@ bundle_and_test: ...@@ -30,6 +31,11 @@ bundle_and_test:
only: only:
- master - master
test_api:
stage: test
script:
- run.sh test
pages: pages:
stage: deploy stage: deploy
before_script: before_script:
......
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