Skip to content
Snippets Groups Projects
Commit ac3c45cf authored by derrabauke's avatar derrabauke
Browse files

include tests again on every pipeline

parent c4533e08
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,7 @@ test_client:
- cd app/client
- npm install
- npm run test
except:
- master # only for now to speed up dev
when: always
test_server:
stage: test
......@@ -36,8 +35,7 @@ test_server:
- cd app/server
- npm install
- npm run test
except:
- master # only for now to speed up dev
when: always
build_client:
stage: build
......
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