Skip to content
Snippets Groups Projects

Refactor

Merged Jan Maximilian Michal requested to merge refactor into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -46,7 +46,7 @@ test_prospector:
@@ -46,7 +46,7 @@ test_prospector:
# ----------------------------- Frontend subsection -------------------------- #
# ----------------------------- Frontend subsection -------------------------- #
.test_template_frontend: &test_definition_frontend
.test_template_frontend: &test_definition_frontend
image: node:carbon-alpine
image: node:carbon
stage: test
stage: test
before_script:
before_script:
- cd frontend/
- cd frontend/
@@ -56,6 +56,7 @@ test_frontend:
@@ -56,6 +56,7 @@ test_frontend:
script:
script:
- yarn install
- yarn install
- yarn test --single-run
- yarn test --single-run
 
allow_failure: true
# ============================== Staging section ============================= #
# ============================== Staging section ============================= #
.staging_template: &staging_definition
.staging_template: &staging_definition
Loading