Skip to content
Snippets Groups Projects
Verified Commit ee9b8456 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 5a8abccf
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -126,7 +126,6 @@ build-test: ...@@ -126,7 +126,6 @@ build-test:
image: $CPPINTTEST_REGISTRY_IMAGE image: $CPPINTTEST_REGISTRY_IMAGE
tags: [ docker ] tags: [ docker ]
stage: build stage: build
needs: []
script: script:
- echo $PWD - echo $PWD
- mkdir build - mkdir build
...@@ -217,7 +216,6 @@ test: ...@@ -217,7 +216,6 @@ test:
cert: cert:
tags: [docker] tags: [docker]
stage: build stage: build
needs: []
image: $CPPINTTEST_REGISTRY_IMAGE image: $CPPINTTEST_REGISTRY_IMAGE
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment