Skip to content
Snippets Groups Projects
Commit d4484589 authored by Klaus Reuter's avatar Klaus Reuter
Browse files

Update .gitlab-ci.yml

parent 6089bc92
No related branches found
No related tags found
No related merge requests found
Pipeline #138088 passed
......@@ -4,7 +4,8 @@ stages: # List of stages for jobs, and their order of execution
- deploy
cache: &global_cache
key: $CI_COMMIT_REF_SLUG
# key: $CI_COMMIT_REF_SLUG
key: $CI_COMMIT_SHA
paths:
- bin
policy: pull-push
......@@ -16,7 +17,7 @@ build-job: # This job runs in the build stage, which runs first.
script:
- echo "Compiling the code..."
- echo "Compile complete."
- mkdir bin
- mkdir -p bin
- cp /usr/bin/rev bin
unit-test-job: # This job runs in the test stage.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment