This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 15a3f216 authored by Eduard Frankford's avatar Eduard Frankford
Browse files

testing

parent 0fb903d0
Branches
Tags
5 merge requests!132Bringing July Release to production,!128Fixing #315 and #319,!126Continous Deployment with E2E Tests,!125Publish docker image,!119Publish docker image
...@@ -105,14 +105,14 @@ before_script: ...@@ -105,14 +105,14 @@ before_script:
e2e-test: e2e-test:
stage: e2e stage: e2e
image: node:16 image: node:16
services:
- selenium/standalone-chrome
# dependencies: # dependencies:
# - frontend-test # - frontend-test
script: script:
- npm install - npm install
- apt-get update - apt-get update
- apt-get install -y default-jre - apt-get install -y default-jre
- node --version
# - apt install -y snapd # - apt install -y snapd
# - snap install chromium --beta # - snap install chromium --beta
# - apt-get update # - apt-get update
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment