Skip to content
Snippets Groups Projects
Commit e01e4f1d authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files

Only trigger pipeline manually

parent 07fbb95e
Branches
No related tags found
No related merge requests found
...@@ -20,14 +20,14 @@ variables: ...@@ -20,14 +20,14 @@ variables:
# - "mvn clean compile -f tdt4140-gr18nn/pom.xml $MAVEN_CLI_OPTS" # - "mvn clean compile -f tdt4140-gr18nn/pom.xml $MAVEN_CLI_OPTS"
# - "mvn clean compile -f tdt4140-gr1800/pom.xml $MAVEN_CLI_OPTS" # - "mvn clean compile -f tdt4140-gr1800/pom.xml $MAVEN_CLI_OPTS"
unittest-job: #unittest-job:
stage: test # stage: test
# dependencies: # dependencies:
# - build-job # - build-job
script: # script:
- "mvn test -f tdt4140-gr18nn/pom.xml $MAVEN_CLI_OPTS" # - "mvn test -f tdt4140-gr18nn/pom.xml $MAVEN_CLI_OPTS"
- "mvn test -f tdt4140-gr1800/pom.xml $MAVEN_CLI_OPTS" # - "mvn test -f tdt4140-gr1800/pom.xml $MAVEN_CLI_OPTS"
- "cat tdt4140-gr1800/app.core/target/site/jacoco/index.html" # - "cat tdt4140-gr1800/app.core/target/site/jacoco/index.html"
integrationtest-job: integrationtest-job:
stage: test stage: test
...@@ -38,4 +38,4 @@ integrationtest-job: ...@@ -38,4 +38,4 @@ integrationtest-job:
script: script:
- "mvn verify -f tdt4140-gr18nn/pom.xml $MAVEN_CLI_OPTS" - "mvn verify -f tdt4140-gr18nn/pom.xml $MAVEN_CLI_OPTS"
- "mvn verify -f tdt4140-gr1800/pom.xml $MAVEN_CLI_OPTS" - "mvn verify -f tdt4140-gr1800/pom.xml $MAVEN_CLI_OPTS"
- "cat tdt4140-gr1800/app.core/target/site/jacoco/index.html"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment