Skip to content
Snippets Groups Projects
Commit 85b4a59f authored by Vegard Murvold Sporstøl's avatar Vegard Murvold Sporstøl
Browse files

Update .gitlab-ci.yml file

parent 51e7f5fa
Branches master
No related tags found
No related merge requests found
Pipeline #117173 failed
......@@ -10,7 +10,6 @@ test-frontend:
- docker
script:
# Configure browser
- cd frontend
- apt-get update -yqqq
- apt-get install -yqq xvfb
- apt-get install iceweasel -yqq
......@@ -24,6 +23,7 @@ test-frontend:
- testcafe --list-browsers
# Run tests
- cd frontend
- testcafe firefox frontend-test.js --skip-js-errors
test-backend:
......
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