Skip to content
Snippets Groups Projects
Commit ad0fde42 authored by mkirsz's avatar mkirsz
Browse files

Update .gitlab-ci.yml file

parent 308a4b98
No related branches found
No related tags found
No related merge requests found
Pipeline #33795 passed
Pipeline: Tadah.MLIP

#33798

    ...@@ -9,14 +9,6 @@ stages: ...@@ -9,14 +9,6 @@ stages:
    - trigger - trigger
    before_script: before_script:
    - apk update
    - apk add git openssh
    - apk add cmake
    - apk add g++
    - apk add gcovr
    - apk add make
    - apk add blas-dev
    - apk add lapack-dev
    - mkdir -p ${DEBUG_DIR} - mkdir -p ${DEBUG_DIR}
    - mkdir -p ${RELEASE_DIR} - mkdir -p ${RELEASE_DIR}
    - export PATH=$PATH:${INSTALL_PATH}/bin - export PATH=$PATH:${INSTALL_PATH}/bin
    ......
    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