Skip to content
Snippets Groups Projects
Commit 255bd70b authored by David Mendez's avatar David Mendez
Browse files

CI: add stage for unit tests

parent ab19eae0
No related branches found
No related tags found
1 merge request!1Add deployment to staging
......@@ -40,3 +40,17 @@ build:
- docker build --tag ${SERVER_IMAGE_TAG} .
- docker push ${SERVER_IMAGE_TAG}
# ----------------------------------------------------------------------------------------------------------------------
# test
# ----------------------------------------------------------------------------------------------------------------------
unit_tests:
stage: test_and_qa
image:
name: $SERVER_IMAGE_TAG
entrypoint: [""]
tags:
- docker
script:
- set -x
- echo 'Implement these tests!'
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