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

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

testing

parent a3db4925
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
...@@ -12,7 +12,7 @@ stages: ...@@ -12,7 +12,7 @@ stages:
- build - build
- test - test
- release - release
- deploy # - deploy
- e2e - e2e
- analyze - analyze
...@@ -128,6 +128,8 @@ docker-push: ...@@ -128,6 +128,8 @@ docker-push:
- rm -r /builds/sharing/codeability-sharing-platform/target/* - rm -r /builds/sharing/codeability-sharing-platform/target/*
- ./mvnw package -Pprod verify -DskipTests jib:build -Djib.to.image=$IMAGE_TAG -Djib.to.auth.username=gitlab-ci-token -Djib.to.auth.password=$CI_BUILD_TOKEN -Dmaven.repo.local=$MAVEN_USER_HOME - ./mvnw package -Pprod verify -DskipTests jib:build -Djib.to.image=$IMAGE_TAG -Djib.to.auth.username=gitlab-ci-token -Djib.to.auth.password=$CI_BUILD_TOKEN -Dmaven.repo.local=$MAVEN_USER_HOME
when: on_success when: on_success
before_script:
- shopt -s dotglob
# deploy: # deploy:
# stage: deploy # stage: deploy
...@@ -162,8 +164,8 @@ e2e-test: ...@@ -162,8 +164,8 @@ e2e-test:
# - development # - development
services: services:
- selenium/standalone-chrome - selenium/standalone-chrome
dependencies: # dependencies:
- deploy # - deploy
script: script:
- npm install - npm install
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb - wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
......
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