@ -2,7 +2,7 @@ stages:
- test
- deploy
tests:
server-tests:
image: python:3.6-slim-stretch
stage: test
script:
@ -13,6 +13,15 @@ tests:
tags:
- docker
administration-client-tests:
image: node:8.11-stretch
- yarn install
- yarn run test:unit
pages:
stage: deploy
@ -1,5 +1,5 @@
{
"name": "administration_client",
"name": "atheneum_administration_client",
"version": "0.1.0",
"private": true,
"scripts": {
@ -9,7 +9,7 @@
</head>
<body>
<noscript>
<strong>We're sorry but administration_client doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
<strong>We're sorry but Atheneum Administration Client doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->