Skip to content
Snippets Groups Projects
Commit a2cf850b authored by Kai Oliver Meister's avatar Kai Oliver Meister :cow2:
Browse files

building an image and a normal test-env for frontend testing now

parent 16ee83db
No related branches found
No related tags found
No related merge requests found
Pipeline #587109 passed
......@@ -38,7 +38,11 @@ cache: &global_cache
- ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
- docker-compose version
# ========================== Build section =========================== #
# ------------------------------------------------------------------------ #
# ===== Build section ==================================================== #
# ------------------------------------------------------------------------ #
build_server_image:
stage: build
......@@ -101,7 +105,9 @@ build_frontend:
interruptible: true
# ========================== Testing section =========================== #
# ------------------------------------------------------------------------ #
# ===== Testing section ================================================== #
# ------------------------------------------------------------------------ #
test_frontend:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment