Skip to content
Snippets Groups Projects
Commit 9f4d97a8 authored by N5608's avatar N5608
Browse files

Update .gitlab-ci.yml

parent 259d977a
No related branches found
No related tags found
No related merge requests found
......@@ -16,14 +16,14 @@ build:
- npm install
- npm run-script build
tags:
- general
- docker
test:
stage: test
script:
- echo "Running react test suite......"
tags:
- general
- docker
license_management:
stage: test
......@@ -50,7 +50,7 @@ license_management:
- $LICENSE_MANAGEMENT_DISABLED
tags:
- general
- docker
code_quality:
......@@ -89,7 +89,7 @@ code_quality:
- $CODE_QUALITY_ENABLE
tags:
- general
- docker
deploy:
......@@ -97,5 +97,5 @@ deploy:
script:
- echo 'Deploy'
tags:
- general
- docker
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