Skip to content
Snippets Groups Projects
Commit 4d81d127 authored by Vegard Murvold Sporstøl's avatar Vegard Murvold Sporstøl Committed by Irina Kera Gundersen
Browse files

restructure pipeline

parent f9afa435
Branches master
No related tags found
2 merge requests!11Testing,!10Testing
stages:
- test-frontend
- test-backend
- staging
- deploy
test-frontend:
image: node:latest
......@@ -17,7 +17,7 @@ test-frontend:
- export $(dbus-launch)
# Install dependencies
- npm install
#- npm install
- npm install -g testcafe
- testcafe --list-browsers
......@@ -33,10 +33,10 @@ test-backend:
- pip install -r requirements.txt
- python manage.py test
staging:
deploy:
type: deploy
image: ruby
stage: staging
stage: deploy
script:
- apt-get update -qy
- apt-get install -y ruby-dev
......
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