Skip to content
Snippets Groups Projects
Commit a5774c4c authored by Simon Rose's avatar Simon Rose
Browse files

Update .gitlabci

parent e7cd5691
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,6 @@ shfmt:
build require:
stage: build
when: always
before_script:
- curl -L -o epics.tar.gz https://artifactory.esss.lu.se/artifactory/e3/epics-base-$E3_CI_BASE_VERSION.tar.gz
- tar -zxvf epics.tar.gz
......@@ -55,10 +54,13 @@ build require:
paths:
- epics
- configure/*.local
needs: []
test require:
stage: test
before_script:
- source $(pwd)/epics/base-*/require/*/bin/setE3Env.bash
script:
- make test
\ No newline at end of file
- make test
needs:
- build require
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment