Skip to content
Snippets Groups Projects
Commit 30fb141e authored by Albin Henriksson's avatar Albin Henriksson
Browse files

#2: Added separate stages for client and server

parent d73836db
No related branches found
No related tags found
2 merge requests!8Issue/2 test front end,!6Issue/2 test front end
stages:
- install
- test
- server-install
- server-test
- client-install
- client-test
include:
- local: .gitlab/server.gitlab-ci.yml
......
......@@ -5,6 +5,7 @@ cache:
- server/env/
before_script:
stage: server-install
- python --version
- pip install virtualenv
- cd server/
......@@ -13,6 +14,6 @@ before_script:
- pip install -r requirements.txt
test-server:
stage: test
stage: server-test
script:
- pytest --cov app tests/
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